Revert "Revert patch f6ffda09 - fails to build otherwise"

This reverts commit 1f75382ada.

No longer required, fix implemented upstream.
This commit is contained in:
Deon George 2021-01-04 12:30:31 +11:00
parent 7055833ed3
commit 9727eb7578
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ RUN apt-get update \
&& apt-get install -yqq git build-essential libnspr4-dev libncurses5-dev libncursesw5-dev cvs wget pkgconf libcap2-bin sudo \
&& mkdir /opt/sbbs && cd /tmp \
&& wget https://gitlab.synchro.net/sbbs/sbbs/-/raw/master/install/GNUmakefile \
&& curl -sL https://gitlab.synchro.net/sbbs/sbbs/-/commit/f6ffda092ff2fadc69f84dfb34c6291c25f30ca4.diff | patch -Rp2 \
&& make RELEASE=1 USE_DOSEMU=1 NO_X=1 SBBSDIR=/opt/sbbs install \
&& rm -rf /opt/sbbs/3rdp /opt/sbbs/src \
&& mv /opt/sbbs/ctrl /opt/sbbs/ctrl.orig \