dockerfile changes
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user