Skip to content

Commit

Permalink
#1740: CI: add python3 to Docker images
Browse files Browse the repository at this point in the history
Add python3 package to Docker images using MPICH 4.0.2 (new dependency).
  • Loading branch information
cz4rs committed Apr 20, 2022
1 parent 2cedba8 commit 35f2915
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/docker/alpine-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN apk add --no-cache \
m4 \
make \
ninja \
python3 \
wget \
zlib \
zlib-dev
Expand Down
1 change: 1 addition & 0 deletions ci/docker/ubuntu-20.04-clang-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN apt-get update -y -q && \
libomp5 \
libomp-dev \
llvm-10 \
python3 \
ccache && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down
1 change: 1 addition & 0 deletions ci/docker/ubuntu-20.04-gnu-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN apt-get update -y -q && \
make-guile \
libomp5 \
libunwind-dev \
python3 \
ccache && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 35f2915

Please sign in to comment.