Skip to content

Commit 8e8839e

Browse files
added openssl ppc64le sc
1 parent a0ab3a2 commit 8e8839e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ci/docker/manywheel/Dockerfile_ppc64le

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ RUN apt-get update && \
5353
echo "Skipping linux-headers installation as it is not critical") && \
5454
apt-get clean && rm -rf /var/lib/apt/lists/*
5555

56+
RUN apt-get update && apt-get install -y software-properties-common && \
57+
add-apt-repository ppa:ubuntu-toolchain-r/test && apt-get update
58+
5659
RUN apt-get install -y gcc-10 g++-10
5760

5861
# Confirm git installation and add safe.directory

0 commit comments

Comments
 (0)