From 00cffe92489ff09b04a2f59adda419198e5fa7cc Mon Sep 17 00:00:00 2001 From: Eriks Zelenka Date: Sat, 10 Feb 2024 12:25:34 +0000 Subject: [PATCH] Fix typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 05eeca55..de829e8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN git config --global user.email "you@example.com" \ WORKDIR /root COPY .tool-versions . -RUN awk '$0 !~ /^#/ {print $1}' .tool-versions|xargs -i asdf plugin add {} \ +RUN awk '$0 !~ /^#/ {print $1}' .tool-versions|xargs -I{} asdf plugin add {} \ && asdf install && asdf reshim ENV PATH "/root/.asdf/shims:/root/.asdf/bin:$PATH"