Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 4eb9c2c

Browse files
author
Lukas Holzer
committed
chore: update to fix linting
1 parent 1be5540 commit 4eb9c2c

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

Dockerfile

+17-16
Original file line numberDiff line numberDiff line change
@@ -213,22 +213,6 @@ RUN wget https://github.com/jgm/pandoc/releases/download/$PANDOC_VERSION/pandoc-
213213

214214
RUN adduser --system --disabled-password --uid 2500 --group --quiet buildbot --home /opt/buildhome
215215

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-
232216
################################################################################
233217
#
234218
# Ruby
@@ -254,12 +238,29 @@ RUN /bin/bash -c "source ~/.rvm/scripts/rvm && \
254238
ENV PATH /usr/local/rvm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
255239
USER root
256240

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+
257257
################################################################################
258258
#
259259
# Node.js
260260
#
261261
################################################################################
262262

263+
USER root
263264

264265
RUN curl -o- -L https://yarnpkg.com/install.sh > /usr/local/bin/yarn-installer.sh
265266

0 commit comments

Comments
 (0)