Skip to content

Instantly share code, notes, and snippets.

@augusteo
Created March 19, 2017 02:01
Show Gist options
  • Save augusteo/3c3f04d3d32d3f4c9fa2e2a52178ca32 to your computer and use it in GitHub Desktop.
Save augusteo/3c3f04d3d32d3f4c9fa2e2a52178ca32 to your computer and use it in GitHub Desktop.
FROM centos:latest
MAINTAINER Augusteo
RUN yum -y update; yum clean all
RUN yum -y install openssh openssh-server openssh-clients openssl-libs rsync which; yum clean all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment