Skip to content

Commit

Permalink
Fix as apline 3.12 doesn't come with pip3 . Refer alpinelinux/docker-…
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmally committed Sep 27, 2020
1 parent 1bb7b66 commit dc7cd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM alpine:3.12
# the mysql-client must be 10.3.15 or later
RUN mkdir /docker-entrypoint-initdb.d && \
apk -U upgrade && \
apk add --no-cache mariadb-client mariadb-connector-c bash python3 samba-client shadow openssl && \
apk add --no-cache mariadb-client mariadb-connector-c bash python3 samba-client shadow openssl py-pip && \
pip3 install --upgrade pip && \
rm -rf /var/cache/apk/*

Expand Down

0 comments on commit dc7cd23

Please sign in to comment.