Private
Public Access
1
0

dockerfile changes

This commit is contained in:
Sander Roosendaal
2020-01-02 22:04:33 +01:00
parent 73bf96d8ba
commit 65786061e8

View File

@@ -1,6 +1,9 @@
FROM debian
RUN apt-get update
RUN apt-get install -y default-libmysqlclient-dev
RUN apt-get update && apt-get install \
-y --no-install-recommends python3 python3-virtualenv
RUN apt-get update && apt-get install libssl-dev
RUN python3 -m virtualenv --python=/usr/bin/python3 /opt/venv
COPY ./requirements.txt /usr/src/app/
WORKDIR /usr/src/app/