fix: remove tgz after extraction
This commit is contained in:
parent
7e6824b299
commit
25209e1a28
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user