We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c50aed commit 89e4534Copy full SHA for 89e4534
init/Containerfile
@@ -5,6 +5,6 @@ RUN dnf clean all;\
5
dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm;\
6
dnf -y install procps-ng unzip;\
7
dnf clean all;\
8
- rm /etc/machine-id
9
-
+ rm /etc/machine-id;\
+ printf "tsflags=nodocs\ninstall_weak_deps=False\n" >> /etc/dnf/dnf.conf
10
ENV SYSTEMD_LOG_TARGET=console
init/rootfs/etc/localtime
@@ -0,0 +1 @@
1
+../usr/share/zoneinfo/Etc/UTC
init/rootfs/etc/systemd/journald.conf
@@ -0,0 +1,2 @@
+Storage=volatile
2
+ForwardToConsole=true
0 commit comments