fix package name
This commit is contained in:
parent
408ed58199
commit
b31d4279f2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue