Add dir name to dockerfile path
All checks were successful
publish / docker (push) Successful in 18m30s

This commit is contained in:
2026-07-07 21:13:42 -05:00
parent 4747906ba8
commit 7eb1a44984

View File

@@ -4,7 +4,7 @@ LABEL org.opencontainers.image.authors="matthew.pomes@pm.me"
WORKDIR /root WORKDIR /root
COPY ./install-deps.sh . COPY ./rustup/install-deps.sh .
RUN bash ./install-deps.sh RUN bash ./install-deps.sh
# ENV SSL_VERSION=1.0.2u # ENV SSL_VERSION=1.0.2u