We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39134c2 commit d1ab4e4Copy full SHA for d1ab4e4
Dockerfile
@@ -104,6 +104,23 @@ RUN apt-get install -y \
104
RUN apt-get install -y \
105
coreutils
106
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
124
# UID and GID from readthedocs/user
125
RUN groupadd --gid 205 docs
126
RUN useradd -m --uid 1005 --gid 205 docs
0 commit comments