Skip to content
Snippets Groups Projects
Commit 0fc4d1ee authored by Lukas Koenen's avatar Lukas Koenen
Browse files

fix: add ssh to image

parent 0bb4f782
No related branches found
No related tags found
1 merge request!6feat: add dnscontrol image
Pipeline #133852 failed
......@@ -5,7 +5,10 @@ LABEL \
org.opencontainers.image.url="https://code.fbi.h-da.de/hdacloud/images" \
org.opencontainers.image.source="https://code.fbi.h-da.de/hdacloud/images"
RUN apk add py3-pip
RUN apk add \
py3-pip \
openssh-client
RUN pip install \
python-gitlab \
ansible
......
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