From 4bf7aef16f8a43159bb12dbe6d37bfff38ce699a Mon Sep 17 00:00:00 2001 From: ajurna Date: Fri, 15 Feb 2019 12:21:47 +0000 Subject: [PATCH] update for devops --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 464e03b..2af5d8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \