use in repo phantomjs for aarch64

This commit is contained in:
thelamer 2023-03-08 12:53:54 -08:00
parent 2af287db93
commit 4f5cc5c2ec

View File

@ -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 && \