Add build deps to dockerfile

This commit is contained in:
Pavle Portic 2019-03-24 22:49:16 +01:00
parent 2c2c4ed617
commit 9c4b1174c3
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ RUN set -ex \
libc-dev \
musl-dev \
libffi-dev \
mariadb-dev \
&& apk add --no-cache mariadb-connector-c \
postgresql-dev \
&& apk add --no-cache postgresql-libs \
&& pip install --no-cache-dir pipenv \
&& pipenv install --system --clear \
&& apk del .build-deps \