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 961f75e commit 177d589Copy full SHA for 177d589
Dockerfile
@@ -11,6 +11,7 @@ RUN apk upgrade
11
# install php
12
RUN apk add php
13
RUN apk add php-curl
14
+RUN apk add php-openssl
15
16
# install msmtp and mailx to have cron send mail
17
RUN apk add msmtp
0 commit comments