ci: make dockerfile work
Some checks failed
Build & Push CI Image / build-and-push (push) Successful in 8m42s
🚀 Lint & Test & Deploy / release (push) Failing after 2m31s

This commit is contained in:
2026-02-06 14:43:31 +01:00
parent 6358c22a85
commit fd7268d620
2 changed files with 7 additions and 8 deletions

View File

@@ -8,8 +8,8 @@ on:
branches: ["*"]
env:
PNPM_CACHE_FOLDER: ~/.pnpm-store
CARGO_HOME: ~/.cargo
PNPM_CACHE_FOLDER: /.pnpm-store
CARGO_HOME: /.cargo
CARGO_TARGET_DIR: target
jobs:

View File

@@ -11,14 +11,13 @@ RUN apt-get update && apt-get install -y \
jq=1.6-2.1+deb12u1 \
g++=4:12.2.0-3 \
rclone=1.60.1+dfsg-2+b5 \
libglapi-mesa=22.3.6-1+deb12u1 \
xvfb=2:21.1.7-3+deb12u11 \
xauth=1:1.1.2-1 \
--no-install-recommends \
# Install Rust
&& curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
--default-toolchain stable \
--profile minimal \
# Install Rust
&& rustup target add wasm32-unknown-unknown \
# Setup Playwright
&& npm i -g pnpm \