File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 30
30
wget https://s3.amazonaws.com/downloads.eviware/soapuios/5.5.0/SoapUI-5.5.0-linux-bin.tar.gz \
31
31
&& sudo tar -xzf SoapUI-5.5.0-linux-bin.tar.gz -C /opt/ \
32
32
&& 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 \
35
33
&& 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
+ )
37
40
#
38
41
# More information: https://www.gitpod.io/docs/config-docker/
You can’t perform that action at this time.
0 commit comments