Reactos

[GITPOD] change extract directory to automatically extract to RosBE, and set tar to verbose mode

change extract directory to automatically extract to RosBE, and set tar to verbose mode shorting the waiting time for the user and have verbose mode activated to show if there were any issues with the file itself. therefore helping the user and developer.

authored by

Lucas Puntillo and committed by
Victor Perevertkin
a23249e1 665dac03

+1 -2
+1 -2
.gitpod.Dockerfile
··· 14 14 sudo rm -rf /var/lib/apt/lists/* 15 15 16 16 RUN wget https://svn.reactos.org/amine/RosBEBinFull.tar.gz && \ 17 - sudo tar -xzf RosBEBinFull.tar.gz -C /usr/local && \ 18 - sudo mv /usr/local/RosBEBinFull /usr/local/RosBE && \ 17 + sudo tar -xzvf RosBEBinFull.tar.gz -C /usr/local --one-top-level=RosBE --strip-components 1 && \ 19 18 rm -f RosBEBinFull.tar.gz 20 19 21 20 RUN echo 'export PATH=/usr/local/RosBE/i386/bin:$PATH' >> /home/gitpod/.profile