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 de50a90 commit 38a441aCopy full SHA for 38a441a
docker/tools/Dockerfile
@@ -1,3 +1,5 @@
1
+RUN groupadd -r systemd-network && useradd -r -g systemd-network systemd-network
2
+
3
FROM ubuntu:24.04 AS dependencies
4
ARG VERSION=latest
5
ARG JOBS=2
0 commit comments