Skip to content
Snippets Groups Projects
Commit 185f2096 authored by Andrew Davison's avatar Andrew Davison
Browse files

start Docker when container is launched

parent bbb9a316
No related branches found
No related tags found
2 merge requests!6Try running tests with --no-container,!3gitlab CI testing
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment