This repository was archived by the owner on Jan 25, 2023. It is now read-only.
File tree 1 file changed +17
-16
lines changed
1 file changed +17
-16
lines changed Original file line number Diff line number Diff line change @@ -213,22 +213,6 @@ RUN wget https://github.com/jgm/pandoc/releases/download/$PANDOC_VERSION/pandoc-
213
213
214
214
RUN adduser --system --disabled-password --uid 2500 --group --quiet buildbot --home /opt/buildhome
215
215
216
-
217
- # ###############################################################################
218
- #
219
- # ASDF Version Manager
220
- # https://asdf-vm.com/
221
- #
222
- # ###############################################################################
223
-
224
- USER buildbot
225
-
226
- RUN git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.10.2 && \
227
- /bin/bash -c ". $HOME/.asdf/asdf.sh"
228
-
229
- ENV PATH "$PATH:/opt/buildhome/.asdf/bin"
230
-
231
-
232
216
# ###############################################################################
233
217
#
234
218
# Ruby
@@ -254,12 +238,29 @@ RUN /bin/bash -c "source ~/.rvm/scripts/rvm && \
254
238
ENV PATH /usr/local/rvm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
255
239
USER root
256
240
241
+
242
+ # ###############################################################################
243
+ #
244
+ # ASDF Version Manager
245
+ # https://asdf-vm.com/
246
+ #
247
+ # ###############################################################################
248
+
249
+ USER buildbot
250
+
251
+ RUN git clone https://github.com/asdf-vm/asdf.git /opt/buildhome/.asdf --branch v0.10.2 && \
252
+ /bin/bash -c ". /opt/buildhome/.asdf/asdf.sh"
253
+
254
+ ENV PATH "$PATH:/opt/buildhome/.asdf/bin"
255
+
256
+
257
257
# ###############################################################################
258
258
#
259
259
# Node.js
260
260
#
261
261
# ###############################################################################
262
262
263
+ USER root
263
264
264
265
RUN curl -o- -L https://yarnpkg.com/install.sh > /usr/local/bin/yarn-installer.sh
265
266
You can’t perform that action at this time.
0 commit comments