spectrum: Update to latest version

This commit is contained in:
Alex Palaistras 2022-04-17 12:17:53 +01:00
parent 19801ee0f6
commit aba8fc2816

View File

@ -1,5 +1,5 @@
FROM docker.io/debian:bullseye-slim
ARG VERSION=2.1.2
ARG VERSION=2.1.3
ENV BUILD_DEPS="curl gnupg apt-transport-https build-essential git libpurple-dev libglib2.0-dev \
libnss3-dev libqrencode-dev libjson-glib-dev libhttp-parser-dev graphicsmagick-imagemagick-compat"
@ -18,7 +18,7 @@ RUN git clone https://github.com/EionRobb/skype4pidgin.git && \
cd skype4pidgin/skypeweb && git checkout ${SKYPE_VERSION} && make && make install && \
rm -Rf /skype4pidgin
ARG DISCORD_VERSION=1db1b78a23775be7d29c2c7528e150f7b8ba4dd0
ARG DISCORD_VERSION=698907f0573692ed79f35e86abcd67ae85b64e89
RUN git clone https://github.com/EionRobb/purple-discord.git && \
cd purple-discord && git checkout ${DISCORD_VERSION} && make && make install && \
rm -Rf /purple-discord