diff --git a/Dockerfile b/Dockerfile index b7114c9c..64263309 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,9 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sed 's#/proc/sel ENV PATH=/opt/cargo/bin:$PATH # Install Python dependencies +COPY requirements.txt ./ +COPY tools/n64splat/requirements.txt ./tools/n64splat/requirements.txt +RUN cat requirements.txt RUN python3 -m pip install -r requirements.txt WORKDIR /banjo