Update Dockerfile

This commit is contained in:
Anthony Wang 2020-09-18 11:31:24 -05:00 committed by GitHub
parent 99550d6d93
commit 5b0f5ca291
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
ARG VERSION ARG VERSION
FROM archlinux:${VERSION:-latest} FROM archlinux:${VERSION:-latest}
LABEL MAINTAINER="DCsunset" LABEL MAINTAINER="Ta180m"
ENV noVNC_version=1.2.0 ENV noVNC_version=1.2.0
ENV websockify_version=0.9.0 ENV websockify_version=0.9.0
@ -12,10 +12,8 @@ ENV websockify_version=0.9.0
# COPY ./noVNC-${noVNC_version}.tar.gz /noVNC.tar.gz # COPY ./noVNC-${noVNC_version}.tar.gz /noVNC.tar.gz
# Install apps # Install apps
RUN pacman -Syu --noconfirm plasma-meta \ RUN pacman -Syu --noconfirm plasma-desktop kde-system-meta konsole \
kde-accessibility-meta kde-system-meta konsole \ firefox wget tigervnc xorg-server python-numpy python-setuptools \
chromium vim wget tigervnc xorg-server \
python-numpy python-setuptools \
&& pacman -Scc --noconfirm && pacman -Scc --noconfirm
# Install noVNC # Install noVNC