Merge pull request #466 from tianon/dockerfile

Improve "slides/Dockerfile" reliability/image size
This commit is contained in:
Jérôme Petazzoni
2019-05-30 01:43:38 +02:00
committed by GitHub

View File

@@ -1,7 +1,4 @@
FROM alpine
RUN apk update
RUN apk add entr
RUN apk add py-pip
RUN apk add git
FROM alpine:3.9
RUN apk add --no-cache entr py-pip git
COPY requirements.txt .
RUN pip install -r requirements.txt