Skip to content

Commit 6fb3d4f

Browse files
authored
Merge pull request #6548 from DynamicDevices/master
Install missing phantomjs for arm64 build support
2 parents 69405e1 + 64a9f0f commit 6fb3d4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RetPageOriginDockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# the result container should serve reticulum as "hubs_page_origin" and "admin_page_origin" on (path) "/hubs/pages"
44
###
55
from node:16.16 as builder
6+
env QT_QPA_PLATFORM offscreen
7+
run apt update && apt -y install phantomjs
68
run mkdir -p /hubs/admin/ && cd /hubs
79
copy package.json ./
810
copy package-lock.json ./

0 commit comments

Comments
 (0)