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