Skip to content

Commit 07f8ec4

Browse files
authored
remove ruby-full (#107)
1 parent e5f14eb commit 07f8ec4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
3838
python3 \
3939
python3-distutils \
4040
rsync \
41-
ruby-full \
41+
ruby \
42+
ruby-dev \
4243
tzdata \
4344
unzip \
4445
&& rm -rf /var/lib/apt/lists/*;

0 commit comments

Comments
 (0)