From 21e3af1caa23d1f207f522e5e875a502a3b0ca82 Mon Sep 17 00:00:00 2001 From: jank Date: Thu, 5 Jun 2025 12:41:17 +0200 Subject: [PATCH] fix: Fix idk --- images/actions/casino-playwright/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/actions/casino-playwright/Dockerfile b/images/actions/casino-playwright/Dockerfile index 23c8502..aaab3da 100644 --- a/images/actions/casino-playwright/Dockerfile +++ b/images/actions/casino-playwright/Dockerfile @@ -5,5 +5,5 @@ RUN source $HOME/.cargo/env RUN cargo install watchexec-cli --locked RUN curl -fsSL https://bun.sh/install | bash RUN source /root/.bashrc -RUN bun add -g concurrently playwright -RUN bunx playwright install --with-deps +RUN ~/.bun/bin/bun add -g concurrently playwright +RUN ~/.bun/bin/bunx playwright install --with-deps