Update Dockerfile

This commit is contained in:
Sergey
2023-09-13 15:32:36 +03:00
committed by GitHub
parent 228c883347
commit 7f7570cb39

View File

@ -1,7 +1,7 @@
FROM alpine:latest FROM alpine:latest
RUN apk update && \ RUN apk update && \
apt add \ apk add \
python3 \ python3 \
py3-pip \ py3-pip \
&& \ && \