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 f0d7686 commit 509aeb6Copy full SHA for 509aeb6
Dockerfile.ci-build
@@ -20,7 +20,7 @@ RUN git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.13.1 && \
20
echo "export PATH=\$ASDF_DIR/bin:\$PATH" >> ~/.bashrc && \
21
echo "export PATH=\$ASDF_DIR/shims:\$PATH" >> ~/.bashrc
22
23
-ADD .tool-versions .
+COPY .tool-versions .
24
RUN for plugin in $(cat .tool-versions | cut -d' ' -f1); do \
25
./.asdf/bin/asdf plugin add $plugin; \
26
done && \
0 commit comments