remove z , file is not gz

This commit is contained in:
Naveenraj M
2020-03-29 02:52:36 +05:30
parent a3e4509620
commit 07fb939995

View File

@ -18,7 +18,7 @@ RUN rpmdev-setuptree
RUN curl -O https://nodejs.org/dist/v12.16.1/node-v12.16.1-linux-x64.tar.xz
# Extract and install
RUN tar --strip-components 1 -xzvf node-v* -C /usr/local
RUN tar --strip-components 1 -xvf node-v* -C /usr/local
# Verify node version
RUN node --version