From 2d0bc8835a87aeb326d23525d871bcee2d491c5b Mon Sep 17 00:00:00 2001 From: Dulmandakh Date: Sun, 1 Nov 2020 14:39:59 +0800 Subject: [PATCH] remove ruby-full --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5808bea..01b2f96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,8 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \ python3 \ python3-distutils \ rsync \ - ruby-full \ + ruby \ + ruby-dev \ tzdata \ unzip \ && rm -rf /var/lib/apt/lists/*;