parent
47a7e6e3d2
commit
9796ed488b
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,10 @@
|
|||
# hadolint ignore=DL3007
|
||||
FROM alpine:20231219
|
||||
|
||||
# hadolint ignore=DL3018
|
||||
RUN apk add --no-cache \
|
||||
py3-pip=23.3.1-r0 \
|
||||
curl=8.5.0-r1
|
||||
py3-pip \
|
||||
curl
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Reference in a new issue