Skip to content

Commit

Permalink
build: run devcontainer as non-root user
Browse files Browse the repository at this point in the history
  • Loading branch information
mtiller committed Sep 3, 2023
1 parent d851c18 commit 0221111
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 @@ -2,7 +2,7 @@
FROM ghcr.io/mtiller/book-builder-image:v0.1.4

# Use the non-root user?
# USER ubuntu:ubuntu
USER ubuntu:ubuntu

# # Install
# RUN mkdir -p /home/ubuntu/.openmodelica/libraries

0 comments on commit 0221111

Please sign in to comment.