From 6a855d67f290f9916d117287432ccca1747e360b Mon Sep 17 00:00:00 2001 From: tahahawa Date: Wed, 18 Jun 2025 11:00:25 -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