Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Components
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Workflows
Components
Commits
185f2096
Commit
185f2096
authored
1 year ago
by
Andrew Davison
Browse files
Options
Downloads
Patches
Plain Diff
start Docker when container is launched
parent
bbb9a316
No related branches found
No related tags found
2 merge requests
!6
Try running tests with --no-container
,
!3
gitlab CI testing
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ci/Dockerfile
+2
-0
2 additions, 0 deletions
ci/Dockerfile
with
2 additions
and
0 deletions
ci/Dockerfile
+
2
−
0
View file @
185f2096
...
...
@@ -2,6 +2,8 @@ FROM debian:bookworm-slim
RUN
apt-get update
--fix-missing
;
apt-get
-y
-q
install
python3-pip git docker.io
RUN
apt-get
install
-y
python3-venv
RUN
systemctl
enable
docker.service
RUN
systemctl
enable
containerd.service
WORKDIR
/opt
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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