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

Commit a6c1d0a

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ RUN adduser --system --disabled-password --uid 2500 --group --quiet buildbot --h
223223

224224
USER buildbot
225225

226-
RUN git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.10.2 && \
227-
/bin/bash -c ". $HOME/.asdf/asdf.sh"
226+
RUN git clone https://github.com/asdf-vm/asdf.git /opt/buildhome/.asdf --branch v0.10.2 && \
227+
/bin/bash -c ". /opt/buildhome/.asdf/asdf.sh"
228228

229229
ENV PATH "$PATH:/opt/buildhome/.asdf/bin"
230230

0 commit comments

Comments
 (0)