Added ticproc and inotify
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user