diff options
| author | Michael Grote | 2023-11-08 16:21:50 +0100 |
|---|---|---|
| committer | Michael Grote | 2023-11-08 16:21:50 +0100 |
| commit | b31d4279f23858f1f5ff254bd16269ec780f4266 (patch) | |
| tree | 77bc9c5edaa80fc9fa87ca50c3f00bac209ab902 | |
| parent | 408ed581999c3cf1f601764e97610e37e7715b23 (diff) | |
fix package name
| -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 |