Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3768597
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 064d142..b45de69 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,29 +1,30 @@
FROM ubuntu:12.04
MAINTAINER sameer@damagehead.com
RUN sed 's/main$/main universe/' -i /etc/apt/sources.list
-RUN apt-get update && apt-get upgrade -y && apt-get clean # 20130925
+RUN apt-get update && apt-mark hold initscripts && apt-get upgrade -y && apt-get clean # 20140206
# essentials
RUN apt-get install -y vim curl wget sudo net-tools && \
apt-get install -y logrotate supervisor openssh-server && \
apt-get clean
# build tools
# RUN apt-get install -y gcc make && apt-get clean
# image specific
RUN apt-get install -y mysql-server default-jre-headless && apt-get clean
ADD resources/ /openfire/
RUN chmod 755 /openfire/setup/install && /openfire/setup/install
ADD authorized_keys /root/.ssh/
RUN mv /openfire/.vimrc /openfire/.bash_aliases /root/
RUN chmod 700 /root/.ssh && chmod 600 /root/.ssh/authorized_keys && chown root:root -R /root
EXPOSE 5222
+EXPOSE 7777
EXPOSE 9090
EXPOSE 9091
CMD ["/usr/bin/supervisord", "-n"]
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Nov 25, 09:01 (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2258634
Default Alt Text
(1 KB)
Attached To
Mode
rDO Docker image for Openfire
Attached
Detach File
Event Timeline
Log In to Comment