mirror of
https://github.com/luzifer-docker/openfire.git
synced 2024-12-20 12:11:19 +00:00
Openfire 4.4.4
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
241042d08d
commit
beb2142fa8
1 changed files with 6 additions and 2 deletions
|
@ -2,10 +2,14 @@ FROM alpine
|
|||
|
||||
LABEL maintainer Knut Ahlers <knut@ahlers.me>
|
||||
|
||||
ENV OPENFIRE_VERSION=4_3_2
|
||||
ENV OPENFIRE_VERSION=4_4_4
|
||||
|
||||
RUN set -ex \
|
||||
&& apk --no-cache add curl openjdk8 ca-certificates bash \
|
||||
&& apk --no-cache add \
|
||||
bash \
|
||||
ca-certificates \
|
||||
curl \
|
||||
openjdk11 \
|
||||
&& mkdir -p /opt \
|
||||
&& curl -sSfL "https://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_${OPENFIRE_VERSION}.tar.gz" | \
|
||||
tar -xz -C /opt \
|
||||
|
|
Loading…
Reference in a new issue