From e49cfd837aafc5fdbf251611548ba930f63e6fc3 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Thu, 2 Jan 2020 22:19:03 +0100 Subject: [PATCH] docker --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7f1e3605..d59b0760 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,6 @@ 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 gcc musl-dev postgresql-dev RUN apt-get update && apt-get install \ -y --no-install-recommends python3 python3-virtualenv RUN apt-get update && apt-get install libssl-dev