Skip to content

Commit

Permalink
fix links in devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotacg committed Jun 15, 2024
1 parent e669a10 commit b6acb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ARG USER_GID=$USER_UID
RUN wget --output-document=/tmp/cmake.sh https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-linux-x86_64.sh
RUN mkdir --parents "$CMAKE_INSTALL_DIR" \
&& sh /tmp/cmake.sh --skip-license --prefix="$CMAKE_INSTALL_DIR" \
&& ln --symbolic --force "$CMAKE_INSTALL_DIR/bin/"* /usr/local/
&& ln --symbolic --force "$CMAKE_INSTALL_DIR/bin/"* /usr/local/bin

RUN groupadd --gid $USER_GID $USERNAME \
&& useradd --uid $USER_UID --gid $USER_GID -m $USERNAME \
Expand Down

0 comments on commit b6acb81

Please sign in to comment.