Skip to content

Commit

Permalink
remove curl install
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerZhongAWS committed Mar 28, 2023
1 parent f75a94b commit cae8dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker-images/base-images/amazonlinux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG OPENSSL_CONFIG

RUN yum check-update; yum upgrade -y && \
yum install -y git boost-devel autoconf automake \
wget libtool curl make gcc-c++ unzip cmake3 python-devel openssl-devel which
wget libtool make gcc-c++ unzip cmake3 python-devel openssl-devel which

# Install Dependencies

Expand Down

0 comments on commit cae8dba

Please sign in to comment.