fix: Quote variable (#341)
This commit is contained in:
parent
a19b245b1e
commit
53a38d9373
1 changed files with 3 additions and 3 deletions
|
@ -21,10 +21,10 @@ RUN apt-get update \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
netcat-openbsd \
|
netcat-openbsd \
|
||||||
qemu-system-x86 \
|
qemu-system-x86 \
|
||||||
&& novnc="v1.4.0" \
|
&& novnc="1.4.0" \
|
||||||
&& wget https://github.com/novnc/noVNC/archive/refs/tags/$novnc.tar.gz -O /tmp/novnc.tar.gz -q \
|
&& wget https://github.com/novnc/noVNC/archive/refs/tags/v"$novnc".tar.gz -O /tmp/novnc.tar.gz -q \
|
||||||
&& tar -xf /tmp/novnc.tar.gz -C /tmp/ \
|
&& tar -xf /tmp/novnc.tar.gz -C /tmp/ \
|
||||||
&& cd /tmp/noVNC-$novnc \
|
&& cd /tmp/noVNC-"$novnc" \
|
||||||
&& mkdir -p /usr/share/novnc \
|
&& mkdir -p /usr/share/novnc \
|
||||||
&& mv app core vendor package.json *.html /usr/share/novnc \
|
&& mv app core vendor package.json *.html /usr/share/novnc \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
|
|
Loading…
Reference in a new issue