We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ff94f9 + f9a4c96 commit 33b7791Copy full SHA for 33b7791
Dockerfile
@@ -4,7 +4,7 @@ LABEL maintainer="ITBM"
4
RUN apk update \
5
&& apk add coreutils \
6
&& apk add postgresql-client \
7
- && apk add python3 py3-pip && pip3 install awscli && apk del py3-pip \
+ && apk add python3 py3-pip && pip3 install --upgrade pip && pip3 install awscli \
8
&& apk add openssl \
9
&& apk add curl \
10
&& curl -L --insecure https://github.com/odise/go-cron/releases/download/v0.0.6/go-cron-linux.gz | zcat > /usr/local/bin/go-cron && chmod u+x /usr/local/bin/go-cron \
0 commit comments