first commit
This commit is contained in:
commit
cd1e91bb99
287 changed files with 86425 additions and 0 deletions
14
rasta_exp/docker/androguard_dad/latest_2022/Dockerfile
Normal file
14
rasta_exp/docker/androguard_dad/latest_2022/Dockerfile
Normal file
|
@ -0,0 +1,14 @@
|
|||
FROM python:3.11-slim
|
||||
RUN apt-get update && apt-get -y install time python3-pip git
|
||||
COPY run.sh /
|
||||
|
||||
|
||||
RUN mkdir /workspace
|
||||
|
||||
RUN git init /workspace/androguard && \
|
||||
cd /workspace/androguard && \
|
||||
git remote add origin https://github.com/androguard/androguard.git && \
|
||||
git fetch --depth=1 origin 832104db3eb5dc3cc66b30883fa8ce8712dfa200 && \
|
||||
git reset --hard FETCH_HEAD
|
||||
RUN cd /workspace/androguard && \
|
||||
python3 -m pip install -r requirements.txt
|
Loading…
Add table
Add a link
Reference in a new issue