update for devops

This commit is contained in:
2019-02-15 12:21:47 +00:00
parent bac5114b04
commit 4bf7aef16f

View File

@@ -4,6 +4,8 @@ RUN apk update
RUN apk add --no-cache tini bash unrar dcron postgresql-dev
RUN mkdir /src
WORKDIR /src
ADD Pipfile /src
ADD Pipfile.lock /src
RUN apk add --no-cache --virtual .build-deps mariadb-dev build-base \
&& pip install pipenv \
&& pipenv install --system \