Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2020-01-02 22:19:03 +01:00
parent 44a283cc56
commit e49cfd837a

View File

@@ -2,7 +2,6 @@ FROM debian
RUN apt-get update RUN apt-get update
RUN apt-get install -y default-libmysqlclient-dev RUN apt-get install -y default-libmysqlclient-dev
RUN apt-get install -y postgresql postgresql-contrib RUN apt-get install -y postgresql postgresql-contrib
RUN apt-get install gcc musl-dev postgresql-dev
RUN apt-get update && apt-get install \ RUN apt-get update && apt-get install \
-y --no-install-recommends python3 python3-virtualenv -y --no-install-recommends python3 python3-virtualenv
RUN apt-get update && apt-get install libssl-dev RUN apt-get update && apt-get install libssl-dev