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