Skip to content

Commit 5a66c9a

Browse files
committed
fix gid in use issue
1 parent 98070f1 commit 5a66c9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM ubuntu:$UBUNTU_VERSION
66
ARG LLVM_VERSION
77

88
ARG USERNAME=vscode
9-
ARG USER_UID=1000
9+
ARG USER_UID=1001
1010
ARG USER_GID=$USER_UID
1111

1212
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)