Skip to content

Commit d1ab4e4

Browse files
authored
Add missing Ruby requirements (#203)
1 parent 39134c2 commit d1ab4e4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Dockerfile

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,23 @@ RUN apt-get install -y \
104104
RUN apt-get install -y \
105105
coreutils
106106

107+
# asdf Ruby extra requirements
108+
# https://github.com/rbenv/ruby-build/wiki#suggested-build-environment
109+
RUN apt-get install -y \
110+
autoconf \
111+
patch \
112+
rustc \
113+
libssl-dev \
114+
libyaml-dev \
115+
libreadline6-dev \
116+
libgmp-dev \
117+
libncurses5-dev \
118+
libgdbm6 \
119+
libgdbm-dev \
120+
libdb-dev \
121+
uuid-dev
122+
123+
107124
# UID and GID from readthedocs/user
108125
RUN groupadd --gid 205 docs
109126
RUN useradd -m --uid 1005 --gid 205 docs

0 commit comments

Comments
 (0)