diff --git a/Earthfile b/Earthfile index e71f8c9..4987180 100644 --- a/Earthfile +++ b/Earthfile @@ -26,6 +26,7 @@ deploy: avsync-video-components: + FROM --platform=linux/amd64 node:lts # 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 npm install -g pnpm