We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f14eb commit 07f8ec4Copy full SHA for 07f8ec4
1 file changed
Dockerfile
@@ -38,7 +38,8 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
38
python3 \
39
python3-distutils \
40
rsync \
41
- ruby-full \
+ ruby \
42
+ ruby-dev \
43
tzdata \
44
unzip \
45
&& rm -rf /var/lib/apt/lists/*;
0 commit comments