decky-plugin-template/Dockerfile

8 lines
171 B
Text
Raw Normal View History

FROM ghcr.io/steamdeckhomebrew/holo-base:latest as tools
WORKDIR /app
COPY . /app
RUN set -eux; \
pacman -S --noconfirm npm jq; \
npm install -g npm@9.2.0 pnpm;