diff --git a/Dockerfile b/Dockerfile index acece889..7f1e3605 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ 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