Skip to content

Commit

Permalink
fix(devcontainer): change uid
Browse files Browse the repository at this point in the history
  • Loading branch information
uonr committed Apr 26, 2024
1 parent ae40a8c commit 45cc6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile.prebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN apt update -y
RUN \
apt install -y curl xz-utils git pkg-config libssl-dev build-essential ;\
mkdir /nix ;\
useradd -m -s /bin/bash -u 1000 dev ;\
useradd -m -s /bin/bash -u 1101 dev ;\
chown dev /nix ;\
mkdir -p /etc/nix ;\
echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
Expand Down

0 comments on commit 45cc6d5

Please sign in to comment.