fix package name

This commit is contained in:
Michael Grote 2023-11-08 16:21:50 +01:00
parent 408ed58199
commit b31d4279f2

View file

@ -3,7 +3,7 @@ FROM alpine:latest
# hadolint ignore=DL3018 # hadolint ignore=DL3018
RUN apk add --no-cache \ RUN apk add --no-cache \
python3-pip \ py3-pip \
curl curl
WORKDIR /app WORKDIR /app