forgejo-executor-images/Dockerfile-ubuntu-ruby

8 lines
181 B
Text
Raw Permalink Normal View History

2024-12-13 08:02:31 +00:00
FROM git.myservermanager.com/msm/executor-ubuntu
RUN <<EOF
apt-get update
apt-get install -y ruby ruby-dev rsync openssh-client
2024-12-13 08:02:31 +00:00
rm -rf /var/lib/apt/lists/\* /tmp/\* /var/tmp/*
EOF