Update binkd to 1.1a-112, added netcat and iputils-ping to image
This commit is contained in:
parent
732143a7bf
commit
ce34aaa6cd
@ -7,7 +7,7 @@ FROM debian:buster-slim
|
|||||||
RUN ln -sf /usr/share/zoneinfo/Australia/Melbourne /etc/localtime
|
RUN ln -sf /usr/share/zoneinfo/Australia/Melbourne /etc/localtime
|
||||||
|
|
||||||
RUN apt-get update \
|
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 \
|
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 \
|
&& mkdir /etc/jamnntpd && mv /etc/jamnntpd.* /etc/jamnntpd/ && mv /etc/jamnntpd /etc/jamnntpd.orig \
|
||||||
&& apt-get -y purge exim4-base \
|
&& apt-get -y purge exim4-base \
|
||||||
@ -23,7 +23,7 @@ RUN echo "deb [trusted=yes] http://download.zerotier.com/debian/stretch stretch
|
|||||||
|
|
||||||
# Leenooks Utils
|
# Leenooks Utils
|
||||||
RUN apt-get update \
|
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/binkd /etc/binkd.orig \
|
||||||
&& mv /etc/qico /etc/qico.orig \
|
&& mv /etc/qico /etc/qico.orig \
|
||||||
&& apt-get -y autoremove \
|
&& apt-get -y autoremove \
|
||||||
|
Reference in New Issue
Block a user