From 4f5cc5c2ec4651458dc7bd76e353591d108b031d Mon Sep 17 00:00:00 2001 From: thelamer Date: Wed, 8 Mar 2023 12:53:54 -0800 Subject: [PATCH] use in repo phantomjs for aarch64 --- Dockerfile.aarch64 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 9e2f346..95d96d3 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -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 && \