Skip to content

Commit 07048df

Browse files
authored
Update .gitpod.Dockerfile
1 parent 4eeae59 commit 07048df

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.gitpod.Dockerfile

+6-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,12 @@ RUN \
3030
wget https://s3.amazonaws.com/downloads.eviware/soapuios/5.5.0/SoapUI-5.5.0-linux-bin.tar.gz \
3131
&& sudo tar -xzf SoapUI-5.5.0-linux-bin.tar.gz -C /opt/ \
3232
&& rm SoapUI-5.5.0-linux-bin.tar.gz \
33-
&& wget -P /tmp/ https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.4.19.zip \
34-
&& unzip /tmp/apache-groovy-binary-2.4.19.zip \
3533
&& sudo rm /opt/SoapUI-5.5.0/lib/groovy-all-2.4.4.jar \
36-
&& sudo cp /tmp/groovy-2.4.19/embeddable/groovy-all-2.4.19.jar /opt/SoapUI-5.5.0/lib/
34+
&& ( \
35+
cd /tmp \
36+
&& wget https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.4.19.zip \
37+
&& unzip /tmp/apache-groovy-binary-2.4.19.zip \
38+
&& sudo cp groovy-2.4.19/embeddable/groovy-all-2.4.19.jar /opt/SoapUI-5.5.0/lib/ \
39+
)
3740
#
3841
# More information: https://www.gitpod.io/docs/config-docker/

0 commit comments

Comments
 (0)