Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12420571
Dockerfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
877 B
Referenced Files
None
Subscribers
None
Dockerfile
View Options
FROM ubuntu:12.04
MAINTAINER sameer@damagehead.com
RUN sed 's/main$/main universe/' -i /etc/apt/sources.list
RUN apt-get update && apt-mark hold initscripts && apt-get upgrade -y && apt-get clean # 20140305
# essentials
RUN apt-get install -y vim curl wget sudo net-tools pwgen && \
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/plain
Expires
Thu, Nov 6, 11:25 (11 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3135591
Default Alt Text
Dockerfile (877 B)
Attached To
Mode
rDO Docker image for Openfire
Attached
Detach File
Event Timeline
Log In to Comment