diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ FROM alpine:latest # hadolint ignore=DL3018 RUN apk add --no-cache \ - python3-pip \ + py3-pip \ curl WORKDIR /app |