Adjustments to find calls to see if that's causing the ampersand weirdness
This commit is contained in:
parent
5070ddccfe
commit
0594e2a2f9
@ -15,9 +15,9 @@ RUN curl -fsSL "${XRC_DL_URL}" -o /tmp/xrc.zip \
|
|||||||
&& mkdir /home/xrc/xrc \
|
&& mkdir /home/xrc/xrc \
|
||||||
&& unzip /tmp/xrc.zip -d /home/xrc/xrc \
|
&& unzip /tmp/xrc.zip -d /home/xrc/xrc \
|
||||||
&& rm -rf /tmp/xrc.zip \
|
&& rm -rf /tmp/xrc.zip \
|
||||||
&& find /home/xrc -exec chown xrc:xrc {} \\; \
|
&& find /home/xrc -exec chown xrc:xrc {} \; \
|
||||||
&& find /home/xrc -type d -exec chmod 750 {} \\; \
|
&& find /home/xrc -type d -exec chmod 750 {} \; \
|
||||||
&& find /home/xrc -type f -exec chmod 640 {} \\; \
|
&& find /home/xrc -type f -exec chmod 640 {} \; \
|
||||||
&& chmod 750 "/home/xrc/xrc/xRC Simulator.x86_64" \
|
&& chmod 750 "/home/xrc/xrc/xRC Simulator.x86_64" \
|
||||||
&& mv "/home/xrc/xrc/xRC Simulator.x86_64" "/home/xrc/xrc/xrc"
|
&& mv "/home/xrc/xrc/xRC Simulator.x86_64" "/home/xrc/xrc/xrc"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user