remove tools/bk_tools submodule
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user