From be0fbf08fb8a948b1eed6f20dd9021ffd7ce5ece Mon Sep 17 00:00:00 2001 From: tahahawa Date: Wed, 18 Jun 2025 09:53:27 -0400 Subject: [PATCH] switch back to docker --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2798cb6..e785a2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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