From 8a7b24a393b0bda73ded52645b110d26fe2ccd72 Mon Sep 17 00:00:00 2001 From: Matthew Pomes Date: Fri, 3 Jul 2026 04:55:07 -0500 Subject: [PATCH] Add docker tools to build containers --- rustup/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rustup/Dockerfile b/rustup/Dockerfile index c2a3332..c481223 100644 --- a/rustup/Dockerfile +++ b/rustup/Dockerfile @@ -9,7 +9,8 @@ RUN apt-get update && \ apt-get install --no-install-recommends -y \ ca-certificates curl file \ build-essential musl-tools \ - autoconf automake autotools-dev libtool xutils-dev && \ + autoconf automake autotools-dev libtool xutils-dev \ + docker && \ rm -rf /var/lib/apt/lists/* # ENV SSL_VERSION=1.0.2u