Install recommended packages for Ruby which includes native required binaries for building with Ruby
All checks were successful
/ build (push) Successful in 5m56s
All checks were successful
/ build (push) Successful in 5m56s
This commit is contained in:
parent
37b5850c91
commit
d27a37d385
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@ 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
|
||||
apt-get install -y ruby ruby-dev rsync openssh-client
|
||||
rm -rf /var/lib/apt/lists/\* /tmp/\* /var/tmp/*
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue