mirror of
https://github.com/DCsunset/docker-archlinux-vnc
synced 2025-12-06 08:58: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
|
||||
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} \
|
||||
&& python3 setup.py install \
|
||||
&& cd / && rm -r /websockify.tar.gz /websockify-${websockify_version} \
|
||||
|
|
|
|||
Loading…
Reference in a new issue