ci: make dockerfile work
This commit is contained in:
@@ -8,8 +8,8 @@ on:
|
|||||||
branches: ["*"]
|
branches: ["*"]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PNPM_CACHE_FOLDER: ~/.pnpm-store
|
PNPM_CACHE_FOLDER: /.pnpm-store
|
||||||
CARGO_HOME: ~/.cargo
|
CARGO_HOME: /.cargo
|
||||||
CARGO_TARGET_DIR: target
|
CARGO_TARGET_DIR: target
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@@ -11,14 +11,13 @@ RUN apt-get update && apt-get install -y \
|
|||||||
jq=1.6-2.1+deb12u1 \
|
jq=1.6-2.1+deb12u1 \
|
||||||
g++=4:12.2.0-3 \
|
g++=4:12.2.0-3 \
|
||||||
rclone=1.60.1+dfsg-2+b5 \
|
rclone=1.60.1+dfsg-2+b5 \
|
||||||
libglapi-mesa=22.3.6-1+deb12u1 \
|
|
||||||
xvfb=2:21.1.7-3+deb12u11 \
|
xvfb=2:21.1.7-3+deb12u11 \
|
||||||
|
xauth=1:1.1.2-1 \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
# Install Rust
|
# Install Rust
|
||||||
&& curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
|
&& curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
|
||||||
--default-toolchain stable \
|
--default-toolchain stable \
|
||||||
--profile minimal \
|
--profile minimal \
|
||||||
# Install Rust
|
|
||||||
&& rustup target add wasm32-unknown-unknown \
|
&& rustup target add wasm32-unknown-unknown \
|
||||||
# Setup Playwright
|
# Setup Playwright
|
||||||
&& npm i -g pnpm \
|
&& npm i -g pnpm \
|
||||||
|
|||||||
Reference in New Issue
Block a user