Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sbbsdocker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eric
sbbsdocker
Commits
e01ddf3c
Commit
e01ddf3c
authored
4 years ago
by
Eric
Browse files
Options
Downloads
Patches
Plain Diff
fixes for building
parent
03a32fb2
No related branches found
No related tags found
No related merge requests found
Pipeline
#320
canceled
4 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-2
1 addition, 2 deletions
Dockerfile
README.md
+7
-0
7 additions, 0 deletions
README.md
with
8 additions
and
2 deletions
Dockerfile
+
1
−
2
View file @
e01ddf3c
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
+
7
−
0
View file @
e01ddf3c
### SBBSDocker
sbbsdocker is a docker container image for synchronet bbs.
### Todo
[] Volumes
[] Use different ports and map to what they should be.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment