From 65786061e8066b676395ce3e59d91217c3837348 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Thu, 2 Jan 2020 22:04:33 +0100 Subject: [PATCH] dockerfile changes --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 09dc421d..acece889 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/