diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ RUN apk add --no-cache --update libpurple \ libpurple-bonjour \ json-glib \ libgcrypt \ + libssl1.0 \ + libcrypto1.0 \ && apk add --no-cache --update --virtual .build-dependencies \ git \ make \ |