Skip to content

Commit

Permalink
Merge pull request #16 from StarTrooper08/StarTrooper08-patch-2
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
StarTrooper08 authored Aug 15, 2024
2 parents 778c1d8 + 923e1d2 commit 9b2c167
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 9b2c167

Please sign in to comment.