Skip to content

Commit

Permalink
try and fix linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kindly committed Jul 7, 2024
1 parent 751ea7d commit fd27756
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y \
&& mkdir /io

RUN yum install centos-release-scl -y \
&& sed -i \
-e 's/^mirrorlist/#mirrorlist/' \
-e 's/^#baseurl/baseurl/' \
-e 's/mirror\.centos\.org/vault.centos.org/' \
/etc/yum.repos.d/CentOS-SCLo-scl-rh.repo \
&& yum-config-manager --enable rhel-server-rhscl-7-rpms \
&& yum install llvm-toolset-7.0 -y \
&& yum install openssl-devel -y
Expand Down

0 comments on commit fd27756

Please sign in to comment.