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

first version

parent 67b5c8c5
No related branches found
No related tags found
No related merge requests found
Pipeline #37585 passed
include:
- project: 'eclipse/xfsc/dev-ops/ci-templates'
file: 'standard-docker-ci.yaml'
ref: main
FROM alpine
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