Install recommended packages for Ruby which includes native required binaries for building with Ruby
All checks were successful
/ build (push) Successful in 5m56s

This commit is contained in:
Alexander Schäferdiek 2024-12-14 09:14:14 +01:00
parent 37b5850c91
commit d27a37d385
GPG key ID: 305D8469B16F9241

View file

@ -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