Skip to content

Commit 33b7791

Browse files
authored
Merge pull request #6 from Skadabr/master
fix ModuleNotFoundError: No module named 'six'
2 parents 0ff94f9 + f9a4c96 commit 33b7791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL maintainer="ITBM"
44
RUN apk update \
55
&& apk add coreutils \
66
&& apk add postgresql-client \
7-
&& apk add python3 py3-pip && pip3 install awscli && apk del py3-pip \
7+
&& apk add python3 py3-pip && pip3 install --upgrade pip && pip3 install awscli \
88
&& apk add openssl \
99
&& apk add curl \
1010
&& 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

Comments
 (0)