switch back to docker

This commit is contained in:
tahahawa 2025-06-18 11:00:25 -04:00
parent e49a0c6680
commit 6a855d67f2

View File

@ -15,8 +15,8 @@ RUN apt update
# For checkout action
RUN apt install -y nodejs
# RUN apt install -y docker.io
RUN apt install -y podman podman-docker
RUN apt install -y docker.io
# RUN apt install -y podman podman-docker
RUN rustup target add x86_64-unknown-linux-gnu