mirror of
https://github.com/linuxserver/docker-baseimage-kasmvnc.git
synced 2026-02-20 08:28:57 +08:00
use in repo phantomjs for aarch64
This commit is contained in:
parent
2af287db93
commit
4f5cc5c2ec
@ -4,6 +4,11 @@ FROM node:12-buster as wwwstage
|
||||
|
||||
ARG KASMWEB_RELEASE="master"
|
||||
|
||||
RUN \
|
||||
echo "**** install build deps ****" && \
|
||||
apt-get update && \
|
||||
apt-get install -y phantomjs
|
||||
|
||||
RUN \
|
||||
echo "**** build clientside ****" && \
|
||||
export QT_QPA_PLATFORM=offscreen && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user