Skip to content

Commit

Permalink
Fixed dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
perara committed Oct 21, 2024
1 parent a7d71d9 commit 50924f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ RUN mkdir /opt/cmake && \
ln -s /opt/cmake/bin/cmake /usr/local/bin/cmake && \
rm /cmake-3.30.0-linux-x86_64.sh


# set permissions of venv
RUN chown -R $USERNAME:$USERNAME /home/$USERNAME/.venv

USER $USERNAME

RUN rm -rf /home/$USERNAME/.vcpkg && git clone https://github.com/microsoft/vcpkg.git /home/$USERNAME/.vcpkg && cd /home/$USERNAME/.vcpkg && ./bootstrap-vcpkg.sh
Expand Down

0 comments on commit 50924f5

Please sign in to comment.