build: explicitly specify platform in Earthfile for pptr
This commit is contained in:
parent
279b9c5fc8
commit
27fdfdd6ac
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ deploy:
|
||||||
|
|
||||||
|
|
||||||
avsync-video-components:
|
avsync-video-components:
|
||||||
|
FROM --platform=linux/amd64 node:lts
|
||||||
# https://pptr.dev/troubleshooting
|
# https://pptr.dev/troubleshooting
|
||||||
RUN apt-get update && apt-get -y install libgtk-3-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 && rm -rf /var/lib/apt/lists/*
|
RUN apt-get update && apt-get -y install libgtk-3-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 && rm -rf /var/lib/apt/lists/*
|
||||||
RUN npm install -g pnpm
|
RUN npm install -g pnpm
|
||||||
|
|
Loading…
Add table
Reference in a new issue