fix: remove tgz after extraction

This commit is contained in:
张泊明518370910136 2024-06-29 22:39:07 -04:00
parent 7e6824b299
commit 25209e1a28
GPG Key ID: CA088E6D9284F870

View File

@ -11,6 +11,7 @@ RUN curl -L -o elm.gz https://mirror.ghproxy.com/https://github.com/elm/compiler
# install elm-format
RUN curl -L -o elm-format.tgz https://mirror.ghproxy.com/https://github.com/avh4/elm-format/releases/download/0.8.7/elm-format-0.8.7-linux-x64.tgz \
&& tar -xvf elm-format.tgz \
&& rm elm-format.tgz \
&& chmod +x elm-format \
&& mv elm-format /usr/local/bin/