Skip to content

Commit

Permalink
Add echo
Browse files Browse the repository at this point in the history
  • Loading branch information
adeepn committed Sep 11, 2023
1 parent c7dd1d3 commit edd61ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions develcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ RUN apt update \


RUN if [ "${BUILD_ARCH}" = "aarch64" ]; then \
echo "Selected aarch64" \
wget https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-linux-aarch64.sh --no-check-certificate -O /tmp/cmake-install.sh \
else \
echo "Selected x86_64" \
wget https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-linux-x86_64.sh --no-check-certificate -O /tmp/cmake-install.sh \
fi \
&& chmod u+x /tmp/cmake-install.sh \
Expand Down

0 comments on commit edd61ee

Please sign in to comment.