dockerfile update

This commit is contained in:
2021-01-23 13:17:31 +00:00
parent 107663ba0d
commit 208689ccb8
3 changed files with 4 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ ENV PATH="/opt/venv/bin:$PATH"
RUN apk add --no-cache --virtual .build-deps ca-certificates gcc linux-headers \
musl-dev jpeg-dev zlib-dev libffi-dev git make \
&& pip install --upgrade pip
&& pip install --upgrade pip
COPY ./requirements.txt /app/requirements.txt
RUN pip install wheel && pip install -r requirements.txt

2
push_docker Executable file
View File

@@ -0,0 +1,2 @@
docker tag flask-fet-fotos docker.triton2.fet.at/flask-fet-fotos
docker push docker.triton2.fet.at/flask-fet-fotos

View File

@@ -1,7 +1,7 @@
flask
Frozen-Flask
python-environ
gevent
#gevent
Pillow
wheel
flask_csp