We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378a837 commit a7c924bCopy full SHA for a7c924b
1 file changed
Dockerfile
@@ -1,5 +1,7 @@
1
FROM eclipse-temurin:25-jdk
2
3
+RUN apt-get update && apt-get install -y --no-install-recommends curl && rm -rf /var/lib/apt/lists/*
4
+
5
RUN useradd -ms /bin/bash wurstuser
6
USER wurstuser
7
WORKDIR /home/wurstuser
0 commit comments