Added ticproc and inotify

This commit is contained in:
Deon George
2018-11-09 15:21:29 +11:00
parent b5e73b4544
commit 3ae2eef0c8
5 changed files with 22 additions and 5 deletions

View File

@@ -18,14 +18,15 @@ RUN ln -sf /usr/share/zoneinfo/Australia/Melbourne /etc/localtime
RUN curl -s http://apt.leenooks.net/setup.sh | sh
RUN apt-get update \
&& apt-get install -y --allow-unauthenticated magicka openssh-server binkd supervisor \
&& apt-get install -y --allow-unauthenticated magicka openssh-server binkd supervisor inotify-tools \
&& apt-get -y autoremove \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* #3
ADD binkd.conf /opt/magicka/etc/
ADD magimail.prefs /opt/magicka/etc/
ADD magitoss.sh /opt/magicka/bin
ADD ticproc.ini /opt/magicka/etc/magicka/
ADD *.sh /opt/magicka/bin/
RUN ln -sf magitoss.sh /opt/magicka/bin/magiscan.sh
WORKDIR /opt/magicka