Files
container.training/slides/Dockerfile
2020-01-12 13:28:48 -06:00

5 lines
122 B
Docker

FROM alpine:3.11
RUN apk add --no-cache entr py3-pip git zip
COPY requirements.txt .
RUN pip3 install -r requirements.txt