Skip to content
Snippets Groups Projects
Verified Commit 48989582 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Add Dockerfile

parent 0ada1e1a
No related branches found
No related tags found
1 merge request!6Resolve "Add deployment"
Pipeline #3182 passed
FROM ubuntu:16.04
RUN apt-get update \
&& apt-get install -y openssh-client \
&& rm -rf /var/lib/apt/lists/*
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