Cant have RELEASE=1 and DEBUG=1

This commit is contained in:
Deon George 2020-07-08 10:10:51 +10:00
parent c3324db785
commit 5dfc317e87

View File

@ -31,7 +31,7 @@ RUN apt-get update \
&& apt-get install -yqq build-essential libnspr4-dev libncurses5-dev libncursesw5-dev cvs wget pkgconf libcap2-bin sudo \
&& mkdir /opt/sbbs && cd /tmp \
&& wget http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/install/GNUmakefile \
&& make RELEASE=1 USE_DOSEMU=1 NO_X=1 DEBUG=1 SBBSDIR=/opt/sbbs install \
&& make USE_DOSEMU=1 NO_X=1 DEBUG=1 SBBSDIR=/opt/sbbs install \
&& rm -rf /opt/sbbs/3rdp /opt/sbbs/src \
&& mv /opt/sbbs/ctrl /opt/sbbs/ctrl.orig \
&& mv /opt/sbbs/text /opt/sbbs/text.orig \