Skip to content

Commit aa39ddb

Browse files
committed
fix amazonlinux dockerfile
1 parent ee873d7 commit aa39ddb

File tree

1 file changed

+1
-1
lines changed
  • .github/docker-images/base-images/amazonlinux

1 file changed

+1
-1
lines changed

.github/docker-images/base-images/amazonlinux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG OPENSSL_CONFIG
66

77
RUN yum check-update; yum upgrade -y && \
88
yum install -y git boost-devel autoconf automake \
9-
wget libtool curl make gcc-c++ unzip cmake3 python3 openssl11-devel which \
9+
wget libtool curl make gcc-c++ unzip cmake3 python-devel openssl11-devel which \
1010
&& yum clean all \
1111
&& rm -rf /var/cache/yum
1212

0 commit comments

Comments
 (0)