fix package name

This commit is contained in:
Michael Grote 2023-11-08 16:21:50 +01:00
parent 408ed58199
commit b31d4279f2
1 changed files with 1 additions and 1 deletions

View File

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