We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec6810 commit 7f049dcCopy full SHA for 7f049dc
Dockerfile
@@ -13,11 +13,8 @@ RUN apt-get update && \
13
apt-get clean && \
14
rm -rf /var/lib/apt/lists/*
15
16
-# Create necessary directories
17
-RUN mkdir -p /etc/corosync/qnetd/nssdb
18
-
19
-# Initialize the certificate database
20
-RUN corosync-qnetd-certutil -i
+# The certificate database is automatically initialized during package installation
+# No need to run corosync-qnetd-certutil -i manually
21
22
# Expose the QNetd port
23
EXPOSE 5403
0 commit comments