Skip to content

Commit 0ff94f9

Browse files
authored
Merge pull request #5 from itbm/python-3
Update to Python 3
2 parents 7dcb011 + ccedecb commit 0ff94f9

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 python py2-pip && pip install awscli && apk del py2-pip \
7+
&& apk add python3 py3-pip && pip3 install awscli && apk del py3-pip \
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)