Skip to content
Snippets Groups Projects
Commit 3be4cb72 authored by Steffen Schulze's avatar Steffen Schulze
Browse files

updated docker file

parent 3e3a005a
No related branches found
No related tags found
No related merge requests found
Pipeline #37600 passed
FROM alpine
FROM docker:20.10.16
RUN apk update
RUN apk add go
RUN apk add git
RUN apk add docker
ENTRYPOINT ["dockerd"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment