alpine 3.10 and bitlbee 3.6

This commit is contained in:
ezkrg
2019-07-22 14:41:04 +02:00
parent b58ea1f200
commit c707306d27

View File

@@ -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 SIPE_VERSION upstream/1.23.3
ENV ROCKETCHAT_VERSION 826990b ENV ROCKETCHAT_VERSION 826990b
@@ -13,13 +13,14 @@ RUN addgroup -g 101 -S bitlbee \
libpurple-bonjour \ libpurple-bonjour \
json-glib \ json-glib \
libgcrypt \ libgcrypt \
libssl1.0 \ libssl1.1 \
libcrypto1.0 \ libcrypto1.1 \
gettext \ gettext \
libwebp \ libwebp \
glib \ glib \
protobuf-c \ protobuf-c \
discount-libs \ discount-libs \
libpng \
bash \ bash \
&& apk add --no-cache --update --virtual .build-dependencies \ && apk add --no-cache --update --virtual .build-dependencies \
git \ git \
@@ -39,6 +40,7 @@ RUN addgroup -g 101 -S bitlbee \
mercurial \ mercurial \
libxml2-dev \ libxml2-dev \
discount-dev \ discount-dev \
libpng-dev \
&& cd /tmp \ && cd /tmp \
&& git clone https://github.com/bitlbee/bitlbee.git \ && git clone https://github.com/bitlbee/bitlbee.git \
&& cd bitlbee \ && cd bitlbee \