Skip to content

Commit b421ec7

Browse files
committed
Change only docker file
1 parent 1071bcf commit b421ec7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/build-manywheel-images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
- manywheel/Dockerfile_cxx11-abi
1818
- 'common/*'
1919
- manywheel/build_docker.sh
20+
2021
env:
2122
DOCKER_REGISTRY: "docker.io"
2223
DOCKER_BUILDKIT: 1

manywheel/Dockerfile_cxx11-abi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ RUN yum -y update
1313
RUN yum install -y wget curl perl util-linux xz bzip2 git patch which zlib-devel
1414
RUN yum install -y autoconf automake make cmake gdb gcc gcc-c++
1515

16-
1716
FROM base as openssl
1817
ADD ./common/install_openssl.sh install_openssl.sh
1918
RUN bash ./install_openssl.sh && rm install_openssl.sh

0 commit comments

Comments
 (0)