Skip to content

Commit

Permalink
added python3 pip to docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
shukriadams committed Sep 3, 2021
1 parent 8e43aeb commit ff43991
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/Dockerfile-alpine
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# NOTE : this file is not being used
FROM alpine:3.12

LABEL maintainer="[email protected]" \
Expand Down
1 change: 1 addition & 0 deletions build/Dockerfile-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apt-get update \
&& apt-get install git -y \
&& apt-get install curl -y \
&& apt-get install python3-minimal -y \
&& apt-get install python3-pip -y \
&& curl -s -O https://deb.nodesource.com/node_12.x/pool/main/n/nodejs/nodejs_12.20.2-deb-1nodesource1_amd64.deb \
&& dpkg -i nodejs_12.20.2-deb-1nodesource1_amd64.deb \
&& rm nodejs_12.20.2-deb-1nodesource1_amd64.deb \
Expand Down
1 change: 1 addition & 0 deletions build/Dockerfile-arm32v7
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apt-get update \
&& apt-get install git -y \
&& apt-get install curl -y \
&& apt-get install python3-minimal -y \
&& apt-get install python3-pip -y \
&& apt-get install libatomic1 -y \
&& curl -s -O https://deb.nodesource.com/node_12.x/pool/main/n/nodejs/nodejs_12.20.2-deb-1nodesource1_armhf.deb \
&& dpkg -i nodejs_12.20.2-deb-1nodesource1_armhf.deb \
Expand Down

0 comments on commit ff43991

Please sign in to comment.