From 393eb86d9cffc0df16932e317ed8e2a99072bf51 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Tue, 3 May 2022 10:26:32 +0200 Subject: [PATCH] align docker file with antos 1.2.1 --- Dockerfile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index b4335f6..eb7e890 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,16 +42,16 @@ RUN cd /download \ RUN cd /download/wterm-1.0.0b && ./configure --prefix=/opt/www && make && make install RUN cd /download \ - && wget --no-check-certificate https://github.com/lxsang/antd-tunnel-plugin/raw/master/dist/tunnel-0.1.0b.tar.gz \ - && tar xvzf tunnel-0.1.0b.tar.gz \ - && rm tunnel-0.1.0b.tar.gz -RUN cd /download/tunnel-0.1.0b && ./configure --prefix=/opt/www && make && make install + && wget --no-check-certificate https://github.com/lxsang/antd-tunnel-plugin/raw/master/dist/tunnel-0.1.3b.tar.gz \ + && tar xvzf tunnel-0.1.3b.tar.gz \ + && rm tunnel-0.1.3b.tar.gz +RUN cd /download/tunnel-0.1.3b && ./configure --prefix=/opt/www && make && make install RUN cd /download \ - && wget --no-check-certificate https://github.com/lxsang/antd-tunnel-publishers/raw/master/dist/antd-publishers-0.1.0a.tar.gz \ - && tar xvzf antd-publishers-0.1.0a.tar.gz \ - && rm antd-publishers-0.1.0a.tar.gz -RUN cd /download/antd-publishers-0.1.0a && ./configure --prefix=/opt/www && make && make install + && wget --no-check-certificate https://github.com/lxsang/antd-tunnel-publishers/raw/master/dist/antd-publishers-0.1.2a.tar.gz \ + && tar xvzf antd-publishers-0.1.2a.tar.gz \ + && rm antd-publishers-0.1.2a.tar.gz +RUN cd /download/antd-publishers-0.1.2a && ./configure --prefix=/opt/www && make && make install # download web apps RUN cd /download \