Command line dependencies and static utilities

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-05-05 20:43:57 +02:00
parent 8de169bbd4
commit a9bc7466b2
2 changed files with 23 additions and 1 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
FROM python:3.7
FROM python:3.7-alpine
RUN apk update && apk add bash curl coreutils file
RUN pip install pipenv
COPY Pipfile Pipfile.lock /tmp/
RUN cd /tmp && pipenv install --system --deploy