Merge pull request #3 from linuxserver/buildfix

add title and libs needed for discord
This commit is contained in:
aptalca 2022-02-15 15:47:10 -05:00 committed by GitHub
commit 9e6ffed077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 0 deletions

View File

@ -13,7 +13,9 @@ RUN \
json-glib-dev \
libgcrypt-dev \
libpng-dev \
libqrencode-dev \
libwebp-dev \
nss-dev \
openssl-dev \
pidgin-dev && \
mkdir /buildout
@ -109,6 +111,9 @@ ARG PIDGIN_VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="thelamer"
# title
ENV TITLE=Pidgin
# copy over all plugin libs
COPY --from=plugins /buildout/ /
@ -125,7 +130,9 @@ RUN \
firefox-esr \
libpurple-bonjour \
libpurple-xmpp \
libqrencode \
libwebp \
nss \
pidgin==${PIDGIN_VERSION} \
pidgin-lang \
pidgin-otr \

View File

@ -13,7 +13,9 @@ RUN \
json-glib-dev \
libgcrypt-dev \
libpng-dev \
libqrencode-dev \
libwebp-dev \
nss-dev \
openssl-dev \
pidgin-dev && \
mkdir /buildout
@ -109,6 +111,9 @@ ARG PIDGIN_VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="thelamer"
# title
ENV TITLE=Pidgin
# copy over all plugin libs
COPY --from=plugins /buildout/ /
@ -125,7 +130,9 @@ RUN \
firefox-esr \
libpurple-bonjour \
libpurple-xmpp \
libqrencode \
libwebp \
nss \
pidgin==${PIDGIN_VERSION} \
pidgin-lang \
pidgin-otr \

View File

@ -13,7 +13,9 @@ RUN \
json-glib-dev \
libgcrypt-dev \
libpng-dev \
libqrencode-dev \
libwebp-dev \
nss-dev \
openssl-dev \
pidgin-dev && \
mkdir /buildout
@ -109,6 +111,9 @@ ARG PIDGIN_VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="thelamer"
# title
ENV TITLE=Pidgin
# copy over all plugin libs
COPY --from=plugins /buildout/ /
@ -125,7 +130,9 @@ RUN \
firefox-esr \
libpurple-bonjour \
libpurple-xmpp \
libqrencode \
libwebp \
nss \
pidgin==${PIDGIN_VERSION} \
pidgin-lang \
pidgin-otr \

View File

@ -248,6 +248,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **15.02.22:** - Add build deps for discord.
* **23.12.21:** - Rebase to Alpine 3.15.
* **26.09.21:** - Rebase to Alpine 3.14.
* **14.05.21:** - Initial release.

View File

@ -64,6 +64,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "15.02.22:", desc: "Add build deps for discord." }
- { date: "23.12.21:", desc: "Rebase to Alpine 3.15." }
- { date: "26.09.21:", desc: "Rebase to Alpine 3.14." }
- { date: "14.05.21:", desc: "Initial release." }