Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN \
wget http://download.opensuse.org/repositories/home:homueller:citadel/CentOS_7/home:homueller:citadel.repo && \
rpm --rebuilddb && yum clean all && \
yum install -y deltarpm && \
yum install -y bind citadel webcit && \
yum install -y bind citadel webcit net-tools && \
yum clean all

ADD container-files/ /
Expand Down
2 changes: 1 addition & 1 deletion container-files/config/init/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dns_start() {
atom_support() {
if [[ ${ATOM_SUPPORT} == "true" ]]; then
log "Atom editor support being installed."
curl -o /usr/local/bin/rmate https://raw.githubusercontent.com/aurora/rmate/master/rmate
mv /rmate /usr/local/bin/rmate
chmod +x /usr/local/bin/rmate && \
mv /usr/local/bin/rmate /usr/local/bin/atom
log "Atom editor support added."
Expand Down
Loading