Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OS-SWEB-Image
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ostermayer, Markus
OS-SWEB-Image
Merge requests
!1
Fixed missing space
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Fixed missing space
fix_missing_space_befor_backslash
into
main
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Ostermayer, Markus
requested to merge
fix_missing_space_befor_backslash
into
main
3 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
da98f020
1 commit,
3 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Dockerfile
+
2
−
2
View file @ da98f020
Edit in single-file editor
Open in Web IDE
Show full file
@@ -6,8 +6,8 @@ RUN apk update && apk add qemu qemu-img qemu-system-x86_64 \
# Install Dependencies
# Install build-essentials equivalent
# https://packages.ubuntu.com/jammy/build-essential
gcc g++ make libc-dev\
gcc g++ make libc-dev
\
# Install other sweb Dependencies
python3 cmake
WORKDIR
/sweb
\ No newline at end of file
WORKDIR
/sweb
Loading