Skip to content

Commit

Permalink
add cmake3 to centos7
Browse files Browse the repository at this point in the history
  • Loading branch information
jeonghanlee committed Aug 17, 2024
1 parent 75dfba1 commit 9f6a5dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* && \
yum update -y && yum install -y git sudo bash wget unzip make && \
git clone https://github.com/jeonghanlee/pkg_automation && \
bash pkg_automation/pkg_automation.bash -y && \
yum install -y python3-pip cmake && \
yum install -y python3-pip cmake3 && \
ln -sf /usr/bin/cmake3 /usr/bin/cmake && \
pip3 install numpy && \
git clone https://github.com/jeonghanlee/uldaq-env && \
make -C uldaq-env github
Expand Down Expand Up @@ -50,7 +51,8 @@ RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* && \
echo "LC_ALL=en_US.UTF-8" >> /etc/environment && \
echo "LANGUAGE=en_US.UTF-8" >> /etc/environment && \
yum update -y && \
yum install -y git sudo bash vi langpacks-en tree cmake && \
yum install -y git sudo bash vi langpacks-en tree cmake3 && \
ln -sf /usr/bin/cmake3 /usr/bin/cmake && \
git clone https://github.com/jeonghanlee/pkg_automation && \
bash pkg_automation/pkg_automation.bash -y && \
rm -rf pkg_automation && \
Expand Down

0 comments on commit 9f6a5dc

Please sign in to comment.