push last commit

This commit is contained in:
Arthur Lu
2022-08-13 16:36:00 -07:00
parent a659abea2a
commit 2f967bef04
12 changed files with 106 additions and 165 deletions

View File

@@ -0,0 +1,6 @@
FROM python:slim
WORKDIR /
RUN apt-get -y update; apt-get -y upgrade
RUN apt-get -y install git binutils xxd
COPY requirements.txt .
RUN pip install -r requirements.txt