Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3767042
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/Dockerfile b/Dockerfile
index 71c6c06..01a668b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,23 +1,23 @@
FROM openjdk:17-jdk-slim-bullseye
ENV OPENFIRE_VERSION=4.7.4 \
OPENFIRE_USER=openfire \
OPENFIRE_DATA_DIR=/var/lib/openfire \
OPENFIRE_LOG_DIR=/var/log/openfire
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y sudo wget fontconfig libfreetype6 \
&& echo "Downloading openfire_${OPENFIRE_VERSION}_all.deb ..." \
&& wget --no-verbose "http://download.igniterealtime.org/openfire/openfire_${OPENFIRE_VERSION}_all.deb" -O /tmp/openfire_${OPENFIRE_VERSION}_all.deb \
&& dpkg -i --force-depends /tmp/openfire_${OPENFIRE_VERSION}_all.deb \
&& mv /var/lib/openfire/plugins/admin /usr/share/openfire/plugin-admin \
&& ln -s /usr/local/openjdk-17/bin/java /usr/bin/java \
- && rm -rf openfire_${OPENFIRE_VERSION}_all.deb \
+ && rm -rf /tmp/openfire_${OPENFIRE_VERSION}_all.deb \
&& rm -rf /var/lib/apt/lists/*
COPY entrypoint.sh /sbin/entrypoint.sh
RUN chmod 755 /sbin/entrypoint.sh
EXPOSE 3478/tcp 3479/tcp 5222/tcp 5223/tcp 5229/tcp 5275/tcp 5276/tcp 5262/tcp 5263/tcp 7070/tcp 7443/tcp 7777/tcp 9090/tcp 9091/tcp
VOLUME ["${OPENFIRE_DATA_DIR}"]
ENTRYPOINT ["/sbin/entrypoint.sh"]
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Nov 24, 22:03 (11 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2259005
Default Alt Text
(1 KB)
Attached To
Mode
rDO Docker image for Openfire
Attached
Detach File
Event Timeline
Log In to Comment