Skip to content
Snippets Groups Projects
Commit 5374d150 authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel :speech_balloon:
Browse files

add rsync to docker image for alpine-ssh

parent d42c4abc
No related branches found
No related tags found
2 merge requests!90Dev,!86Resolve "add rsync to docker image for alpine"
Pipeline #105661 passed
......@@ -5,12 +5,14 @@ FROM alpine:latest
LABEL maintainer="fabian.gabel@tuhh.de"
LABEL version="0.1"
LABEL description="This is custom Docker Image for \
alpine with further tools in order to use openssh."
alpine with further tools in order to use openssh/rsync and bash."
# Disable Prompt During Packages Installation
# Update Ubuntu Software repository
RUN apk update
RUN apk add openssh-client bash
RUN apk add openssh-client
RUN apk add bash
RUN apk add rsync
CMD /bin/bash
\ 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