Skip to content

Commit a23249e

Browse files
lanikuExtravert-ir
authored andcommitted
[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.
1 parent 665dac0 commit a23249e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitpod.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ RUN sudo apt-get -q update && \
1414
sudo rm -rf /var/lib/apt/lists/*
1515

1616
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 && \
1918
rm -f RosBEBinFull.tar.gz
2019

2120
RUN echo 'export PATH=/usr/local/RosBE/i386/bin:$PATH' >> /home/gitpod/.profile

0 commit comments

Comments
 (0)