diff --git a/Dockerfile b/Dockerfile index 469dc11f..b7114c9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,6 @@ 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 python3 -m pip install -r requirements.txt WORKDIR /banjo