From ce34aaa6cd95baf76a86da8b7cb46f9385b208b4 Mon Sep 17 00:00:00 2001 From: Deon George Date: Thu, 22 Apr 2021 23:55:00 +1000 Subject: [PATCH] Update binkd to 1.1a-112, added netcat and iputils-ping to image --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index fa0f115..066410b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \