Skip to content

Commit

Permalink
Update CentOS 7 Dockerfile because of issues with optional tcl-tclrea…
Browse files Browse the repository at this point in the history
…dline-dev
  • Loading branch information
akashlevy committed Sep 12, 2024
1 parent 00fd932 commit 82698c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo \
RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo \
&& sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo \
&& sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo \
&& yum install -y devtoolset-8 wget cmake3 make eigen3-devel tcl-devel tcl-tclreadline-devel swig3 bison flex zlib-devel \
&& yum install -y devtoolset-8 wget cmake3 make eigen3-devel tcl-devel swig3 bison flex zlib-devel \
&& yum clean -y all

# Download CUDD
Expand Down

0 comments on commit 82698c1

Please sign in to comment.