7 lines
181 B
Text
7 lines
181 B
Text
FROM git.myservermanager.com/msm/executor-ubuntu
|
|
|
|
RUN <<EOF
|
|
apt-get update
|
|
apt-get install -y ruby ruby-dev rsync openssh-client
|
|
rm -rf /var/lib/apt/lists/\* /tmp/\* /var/tmp/*
|
|
EOF
|