Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Dec 3, 2024
1 parent b7efcdd commit 20c9d1e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@ RUN yum -y update \
python3-devel \
python3-pip \
make \
cmake3 \
gcc \
gcc-c++ \
which \
&& yum clean all \
&& rm -rf /var/cache/yum \
&& cmake --version \
&& ctest --version

###############################################################################
# Python/AWS CLI
Expand All @@ -37,6 +34,7 @@ WORKDIR /tmp
RUN curl -sSL https://d19elf31gohf1l.cloudfront.net/_binaries/cmake/cmake-3.13-manylinux1-x64.tar.gz -o cmake.tar.gz \
&& tar xvzf cmake.tar.gz -C /usr/local \
&& cmake --version \
&& ctest --version \
&& rm -f /tmp/cmake.tar.gz

###############################################################################
Expand Down

0 comments on commit 20c9d1e

Please sign in to comment.