remove tools/bk_tools submodule

This commit is contained in:
banjo.decomp
2022-11-22 20:49:01 -06:00
parent 9dc37b91f5
commit 1c0895e349
6 changed files with 6 additions and 10 deletions

View File

@@ -5,6 +5,8 @@ ENV DEBIAN_FRONTEND=noninteractive
COPY packages.txt /
RUN apt-get update && apt-get install -y $(cat packages.txt)
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
COPY requirements.txt /
RUN python3 -m pip install -r requirements.txt