Skip to content

Commit 0c24a36

Browse files
authored
Update Dockerfile
1 parent 13da1ed commit 0c24a36

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

Dockerfile

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
FROM amancevice/pandas:0.24.2-alpine
2-
3-
RUN apk add --no-cache --update \
4-
python3 python3-dev gcc \
5-
gfortran musl-dev g++ \
6-
libffi-dev openssl-dev \
7-
libxml2 libxml2-dev \
8-
libxslt libxslt-dev \
9-
libjpeg-turbo-dev zlib-dev
1+
FROM synbiohub/docker-base-python:snapshot
102

113
COPY . .
124

@@ -16,4 +8,4 @@ RUN pip3 install -r requirements.txt
168

179
ENV FLASK_APP=app.py
1810

19-
CMD ["waitress-serve", "--port=5000", "app:app"]
11+
CMD ["waitress-serve", "--port=5000", "app:app" ]

0 commit comments

Comments
 (0)