From 7eb1a44984a348106307e9075cc359f13433a75f Mon Sep 17 00:00:00 2001 From: Matthew Pomes Date: Tue, 7 Jul 2026 21:13:42 -0500 Subject: [PATCH] Add dir name to dockerfile path --- rustup/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustup/Dockerfile b/rustup/Dockerfile index de6e7ee..01e5a2e 100644 --- a/rustup/Dockerfile +++ b/rustup/Dockerfile @@ -4,7 +4,7 @@ LABEL org.opencontainers.image.authors="matthew.pomes@pm.me" WORKDIR /root -COPY ./install-deps.sh . +COPY ./rustup/install-deps.sh . RUN bash ./install-deps.sh # ENV SSL_VERSION=1.0.2u