add openssl

This commit is contained in:
Sebastian Hugentobler 2016-08-03 12:07:51 +02:00
parent c977c2df16
commit a5b43fa93f
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ RUN addgroup synapse
RUN adduser -h /var/lib/synapse -D -G synapse synapse
RUN apk add --no-cache \
openssl \
bash \
coreutils \
curl \

View File

@ -2,7 +2,7 @@
if [ ! -f /var/lib/synapse/signing/signing.key ]; then
source /var/lib/synapse/bin/activate
s6-setuidgid synapse python -B -m synapse.app.homeserver -c server.yaml --generate-config --report-stats=no
s6-setuidgid synapse python -B -m synapse.app.homeserver -c server.yaml --generate-config -H $SERVER_NAME --report-stats=no
fi
if [ ! -f /var/lib/synapse/signing/dhparams.pem ]; then