Private
Public Access
1
0

improced Dockerfile

This commit is contained in:
Sander Roosendaal
2020-01-03 08:32:54 +01:00
parent 42d13a90b5
commit 327e02c49f

View File

@@ -1,7 +1,7 @@
FROM debian
RUN apt-get update
RUN apt-get install -y default-libmysqlclient-dev
RUN apt-get install -y postgresql postgresql-contrib
RUN apt-get install -y postgresql postgresql-contrib libpq-dev python-psycopg2
RUN apt-get update && apt-get install \
-y --no-install-recommends python3 python3-virtualenv
RUN apt-get update && apt-get install libssl-dev