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