From c707306d27a0b3ad8151cd9f068861cbc2fbf8d4 Mon Sep 17 00:00:00 2001 From: ezkrg Date: Mon, 22 Jul 2019 14:41:04 +0200 Subject: alpine 3.10 and bitlbee 3.6 --- Dockerfile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index c2a9272..e464eb8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM alpine:3.8 +FROM alpine:3.10 -ENV BITLBEE_VERSION 3.5.1 +ENV BITLBEE_VERSION 3.6 ENV SIPE_VERSION upstream/1.23.3 ENV ROCKETCHAT_VERSION 826990b @@ -13,13 +13,14 @@ RUN addgroup -g 101 -S bitlbee \ libpurple-bonjour \ json-glib \ libgcrypt \ - libssl1.0 \ - libcrypto1.0 \ + libssl1.1 \ + libcrypto1.1 \ gettext \ libwebp \ glib \ protobuf-c \ discount-libs \ + libpng \ bash \ && apk add --no-cache --update --virtual .build-dependencies \ git \ @@ -39,6 +40,7 @@ RUN addgroup -g 101 -S bitlbee \ mercurial \ libxml2-dev \ discount-dev \ + libpng-dev \ && cd /tmp \ && git clone https://github.com/bitlbee/bitlbee.git \ && cd bitlbee \ -- cgit v1.2.3