Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
StarTrooper08 authored Aug 15, 2024
1 parent 778c1d8 commit 923e1d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ FROM mcr.microsoft.com/devcontainers/cpp:dev-ubuntu-22.04
ARG REINSTALL_CMAKE_VERSION_FROM_SOURCE="none"

USER root
RUN chown -R vscode:vscode /workspaces
USER vscode

# Optionally install the cmake for vcpkg
COPY ./reinstall-cmake.sh /tmp/

Expand Down

0 comments on commit 923e1d2

Please sign in to comment.