add docker into container, to be able to docker login

This commit is contained in:
2025-06-16 17:13:51 -04:00
committed by tahahawa
parent b49cad1f58
commit 4a4614b3a9
2 changed files with 4 additions and 1 deletions

View File

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