Files
containers/slides/Dockerfile
Marco Verleun b6e70b4cac
Some checks failed
Gitea Actions Demo Training / Explore-Gitea-Actions (push) Failing after 14s
Fixed files
2024-01-07 21:17:15 +01:00

5 lines
131 B
Docker

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