Skip to content

Commit

Permalink
DOCKER: Remove line from the wget try
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed May 3, 2023
1 parent bd2f924 commit 80411ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/seacas/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ RUN apt-get update && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.10 1
RUN wget -qO- "https://cmake.org/files/v3.26/cmake-3.26.0-Linux-x86_64.tar.gz" | tar --strip-components=1 -xz -C /usr/local
RUN git clone --depth 1 https://github.com/sandialabs/seacas.git
WORKDIR /seacas
RUN ./install-tpl.sh
Expand Down

0 comments on commit 80411ad

Please sign in to comment.