Add git install to Dockerfile

This commit is contained in:
Stephan Porada 2019-10-23 14:05:23 +02:00
parent ad6daa35cc
commit 5774b5120d

View File

@ -9,6 +9,7 @@ ENV FLASK_APP=opaque.py
RUN apk add \
build-base \
git \
postgresql-dev