Skip to content
Snippets Groups Projects
Commit e01ddf3c authored by Eric's avatar Eric
Browse files

fixes for building

parent 03a32fb2
No related branches found
No related tags found
No related merge requests found
Pipeline #320 canceled
...@@ -15,8 +15,7 @@ RUN apt-get install wget xorg-dev libsdl1.2-dev libgtk-3-dev libglade2-dev patch ...@@ -15,8 +15,7 @@ RUN apt-get install wget xorg-dev libsdl1.2-dev libgtk-3-dev libglade2-dev patch
# build Synchronet # build Synchronet
RUN cd /sbbs RUN cd /sbbs
RUN git clone https://gitlab.synchro.net/sbbs/sbbs.git repo RUN wget https://gitlab.synchro.net/xaoseric/sbbsdocker/-/raw/master/GNUmakefile
COPY GNUmakefile /sbbs
RUN make install RELEASE=1 RUN make install RELEASE=1
RUN chown sbbs:sbbs -R /sbbs RUN chown sbbs:sbbs -R /sbbs
......
### SBBSDocker
sbbsdocker is a docker container image for synchronet bbs.
### Todo
[] Volumes
[] Use different ports and map to what they should be.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment