mirror of
https://github.com/linuxserver/docker-pidgin.git
synced 2026-02-05 12:47:24 +08:00
Merge pull request #3 from linuxserver/buildfix
add title and libs needed for discord
This commit is contained in:
commit
9e6ffed077
@ -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 \
|
||||
|
||||
@ -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 \
|
||||
|
||||
@ -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 \
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user