Skip to content

Commit 9c4b905

Browse files
committed
Fix local docker runs with act
1 parent e0fbb3c commit 9c4b905

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

misc/act-docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ENV CI=true
33
ENV GODOT4_BIN=/usr/bin/godot
44
ARG GODOT_RELEASE=4.4.1.stable
55
ENV GODOT_RELEASE=${GODOT_RELEASE}
6-
RUN pacman -Syu --noconfirm git flatpak fontconfig p7zip rustup vim
6+
RUN pacman -Syu --noconfirm git flatpak fontconfig p7zip rustup vim nodejs
77
RUN rustup default stable
88
#RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable
99
#RUN ln -sf /root/.cargo/bin/cargo /usr/bin/cargo

misc/act-docker/build_directions.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ docker buildx build --no-cache-filter="gitclone" -t decktricks-act .
99

1010
scripts/build_local_docker_image.sh
1111
scripts/push_local_docker_image.sh
12+
13+
# Please note! The docker build relies on *the code in github* for building, so any code changes that would affect the build should be committed upstream before caching into the new image.

0 commit comments

Comments
 (0)