Files
container.training/slides/Dockerfile
T

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