Update binkd to 1.1a-112, added netcat and iputils-ping to image

This commit is contained in:
Deon George 2021-04-22 23:55:00 +10:00
parent 732143a7bf
commit ce34aaa6cd
1 changed files with 3 additions and 3 deletions

View File

@ -7,13 +7,13 @@ FROM debian:buster-slim
RUN ln -sf /usr/share/zoneinfo/Australia/Melbourne /etc/localtime
RUN apt-get update \
&& apt-get install -yyq curl ifcico crashmail jamnntpd xinetd nginx supervisor cron procps less logrotate \
&& apt-get install -yyq curl ifcico crashmail jamnntpd xinetd nginx supervisor cron procps less logrotate netcat iputils-ping \
zip unzip arc arj unrar-free lhasa p7zip vim libtimedate-perl \
&& mkdir /etc/jamnntpd && mv /etc/jamnntpd.* /etc/jamnntpd/ && mv /etc/jamnntpd /etc/jamnntpd.orig \
&& apt-get -y purge exim4-base \
&& apt-get -y autoremove \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# Add in Leenooks' apt repository
RUN curl -sL http://apt.leenooks.net/setup.sh | DISTRO=buster bash
@ -23,7 +23,7 @@ RUN echo "deb [trusted=yes] http://download.zerotier.com/debian/stretch stretch
# Leenooks Utils
RUN apt-get update \
&& apt-get install -y binkd=1.1a-111 makenl goldedplus qico zerotier-one \
&& apt-get install -y binkd=1.1a-112 makenl goldedplus qico zerotier-one \
&& mv /etc/binkd /etc/binkd.orig \
&& mv /etc/qico /etc/qico.orig \
&& apt-get -y autoremove \