Skip to content

Commit 6525e7d

Browse files
committed
fix: align devcontainer Java CI user
1 parent df8531e commit 6525e7d

2 files changed

Lines changed: 3 additions & 33 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
ARG JAVA_VERSION=8
22
FROM eclipse-temurin:${JAVA_VERSION}-jdk-jammy
33

4-
RUN apt-get update \
4+
RUN groupadd --gid 1000 vscode \
5+
&& useradd --uid 1000 --gid 1000 --create-home --shell /bin/bash vscode \
6+
&& apt-get update \
57
&& apt-get install -y --no-install-recommends curl git openssh-client \
68
&& rm -rf /var/lib/apt/lists/*

.github/workflows/codeql.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)