Skip to content

Commit 7f049dc

Browse files
push
1 parent cec6810 commit 7f049dc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ RUN apt-get update && \
1313
apt-get clean && \
1414
rm -rf /var/lib/apt/lists/*
1515

16-
# Create necessary directories
17-
RUN mkdir -p /etc/corosync/qnetd/nssdb
18-
19-
# Initialize the certificate database
20-
RUN corosync-qnetd-certutil -i
16+
# The certificate database is automatically initialized during package installation
17+
# No need to run corosync-qnetd-certutil -i manually
2118

2219
# Expose the QNetd port
2320
EXPOSE 5403

0 commit comments

Comments
 (0)