diff --git a/Dockerfile b/Dockerfile index 0d5c42c..464e03b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,6 @@ RUN apk update RUN apk add --no-cache tini bash unrar dcron postgresql-dev RUN mkdir /src WORKDIR /src -ADD requirements.txt /src/ RUN apk add --no-cache --virtual .build-deps mariadb-dev build-base \ && pip install pipenv \ && pipenv install --system \