We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d29ea commit 008db65Copy full SHA for 008db65
1 file changed
Dockerfile
@@ -17,6 +17,9 @@ RUN make build-plugins
17
# Second stage: minimal runtime image
18
FROM ubuntu:24.04
19
20
+## Remove ubuntu user added in 24.04 by default
21
+RUN touch /var/mail/ubuntu && chown ubuntu /var/mail/ubuntu && userdel -r ubuntu
22
+
23
RUN apt-get update && apt-get install -y \
24
ca-certificates \
25
&& rm -rf /var/lib/apt/lists/*
0 commit comments