diff options
| -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 |
| index : python-api-server | |
| a small flask-application for storing and downloading stuff like small binaries | mg |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | Dockerfile | 2 |
@@ -3,7 +3,7 @@ FROM alpine:latest # hadolint ignore=DL3018 RUN apk add --no-cache \ - python3-pip \ + py3-pip \ curl WORKDIR /app |