Skip to content

Commit

Permalink
try to remove teh rest.
Browse files Browse the repository at this point in the history
  • Loading branch information
CusiniM committed Jul 8, 2024
1 parent 67dc1f0 commit 9ba6a5b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/tpl-centos-gcc-cuda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ ARG SRC_DIR
ARG INSTALL_DIR
ENV GEOSX_TPL_DIR=$INSTALL_DIR

RUN yum -y update && \
yum -y install yum-utils && \
yum -y install sed
RUN yum -y install sed

RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo \
sed -i s/^#.*baseurl=http/baseurl=https/g /etc/yum.repos.d/*.repo \
Expand Down

0 comments on commit 9ba6a5b

Please sign in to comment.