update docker image
This commit is contained in:
parent
e72ff016b4
commit
12eff9a89f
@ -4,6 +4,11 @@ COPY download /download
|
||||
RUN cd /download/antd-1.0.4b && ./configure --prefix=/usr/ --enable-debug=yes && make && make install
|
||||
RUN cd /download/lua-0.5.2b && ./configure --prefix=/opt/www --enable-debug=yes && make && make install
|
||||
RUN cd /download/wterm-1.0.0b && ./configure --prefix=/opt/www --enable-debug=yes && make && make install
|
||||
|
||||
RUN cd /download/tunnel-0.1.0b && ./configure --prefix=/opt/www --enable-debug=yes && make && make install
|
||||
RUN cd /download/antd-publishers-0.1.0a && ./configure --prefix=/opt/www --enable-debug=yes && make && make install
|
||||
|
||||
|
||||
RUN mkdir -p /opt/www/htdocs
|
||||
RUN cd /download/antd-web-apps && BUILDDIR=/opt/www/htdocs PROJS=os make
|
||||
RUN rm /opt/www/htdocs/index.ls
|
||||
|
@ -33,6 +33,7 @@ ssl.enable=0
|
||||
|
||||
; This enable some plugins to be initialised at server startup
|
||||
[AUTOSTART]
|
||||
plugin = tunnel
|
||||
; to start a plugin at server statup use:
|
||||
;plugin = plugin_name_1
|
||||
;plugin = plugin_name_2, etc
|
||||
|
8
bake.sh
8
bake.sh
@ -19,6 +19,14 @@ wget https://github.com/lxsang/antd-wterm-plugin/raw/master/dist/wterm-1.0.0b.ta
|
||||
tar xvzf wterm-1.0.0b.tar.gz
|
||||
rm wterm-1.0.0b.tar.gz
|
||||
|
||||
wget 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
|
||||
|
||||
wget 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
|
||||
|
||||
git clone --depth 1 https://github.com/lxsang/antd-web-apps
|
||||
git clone --depth 1 https://github.com/lxsang/antos
|
||||
|
||||
|
BIN
dist/antosaio.tar
vendored
BIN
dist/antosaio.tar
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user