Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvAmBass authored Sep 22, 2024
1 parent ec762d7 commit 33ce32d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN apt-get -q -y update \
\
&& touch /etc/mtab \
\
&& openssl dhparam -out /etc/postfix/dh4096.pem 4096 \
&& openssl dhparam -out /etc/postfix/dh2048.pem 2048 \
&& openssl dhparam -out /etc/postfix/dh1024.pem 1024 \
&& openssl dhparam -out /etc/postfix/dh512.pem 512
Expand Down

0 comments on commit 33ce32d

Please sign in to comment.