Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9765b586 authored by Robin Tissot's avatar Robin Tissot
Browse files

Merge branch 'develop'

parents a4e894f2 ab1abac9
No related branches found
No related tags found
1 merge request!52Api model
# pull official base image
FROM python:3.7.5-stretch
ARG KRAKEN_VERSION=3.0b5
# ARG KRAKEN_VERSION=3.0b5
# EXPOSE 8000
# set environment variables
......@@ -23,7 +23,8 @@ RUN apt-get update
RUN addgroup --system uwsgi
RUN adduser --system --no-create-home --ingroup uwsgi uwsgi
RUN apt-get install netcat-traditional jpegoptim pngcrush libvips
RUN apt-get install netcat-traditional jpegoptim pngcrush
RUN apt-get --assume-yes install libvips
RUN pip install --upgrade pip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment