mirror of
https://github.com/DCsunset/docker-archlinux-vnc
synced 2025-12-06 17:04:58 +01:00
fix: fix typo
This commit is contained in:
parent
a1fcf6313b
commit
9cd7a18959
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ RUN apt-get update \
|
||||||
|
|
||||||
# Install noVNC
|
# Install noVNC
|
||||||
RUN wget https://github.com/novnc/websockify/archive/v${websockify_version}.tar.gz -O /websockify.tar.gz \
|
RUN wget https://github.com/novnc/websockify/archive/v${websockify_version}.tar.gz -O /websockify.tar.gz \
|
||||||
tar -xvf /websockify.tar.gz -C / \
|
&& tar -xvf /websockify.tar.gz -C / \
|
||||||
&& cd /websockify-${websockify_version} \
|
&& cd /websockify-${websockify_version} \
|
||||||
&& python3 setup.py install \
|
&& python3 setup.py install \
|
||||||
&& cd / && rm -r /websockify.tar.gz /websockify-${websockify_version} \
|
&& cd / && rm -r /websockify.tar.gz /websockify-${websockify_version} \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue