Clone directly from synchro.net
This commit is contained in:
parent
25fe513953
commit
d5ccdfae98
@ -26,8 +26,8 @@ RUN ln -sf /usr/share/zoneinfo/Australia/Melbourne /etc/localtime
|
||||
RUN apt-get update \
|
||||
&& apt-get install -yqq git build-essential autoconf2.13 libnspr4-dev libncurses5-dev libncursesw5-dev libarchive-dev wget python2.7 pkgconf libcap2-bin sudo libarchive13 libnspr4 \
|
||||
&& mkdir /opt/sbbs && cd /tmp \
|
||||
&& wget https://gitlab.synchro.net/sbbs/sbbs/-/raw/master/install/install-sbbs.mk \
|
||||
&& git clone https://gitlab.com/SynchronetBBS/sbbs.git /opt/sbbs/repo \
|
||||
&& wget https://gitlab.synchro.net/main/sbbs/-/raw/master/install/install-sbbs.mk \
|
||||
&& git clone https://gitlab.synchro.net/main/sbbs.git /opt/sbbs/repo \
|
||||
&& cd /tmp \
|
||||
&& make -f install-sbbs.mk RELEASE=1 NO_X=1 SBBSDIR=/opt/sbbs \
|
||||
&& rm -rf /opt/sbbs/3rdp /opt/sbbs/src \
|
||||
|
Loading…
Reference in New Issue
Block a user