first commit
This commit is contained in:
commit
cd1e91bb99
287 changed files with 86425 additions and 0 deletions
23
rasta_exp/docker/amandroid/provided_build/Dockerfile
Normal file
23
rasta_exp/docker/amandroid/provided_build/Dockerfile
Normal file
|
@ -0,0 +1,23 @@
|
|||
FROM ubuntu:18.04
|
||||
|
||||
# RUN sed -i -e "s/archive.ubuntu.com/old-releases.ubuntu.com/g" /etc/apt/sources.list
|
||||
|
||||
RUN apt-get update && apt-get install -y git time unzip wget
|
||||
|
||||
RUN mkdir /workspace
|
||||
RUN git init /workspace/amandroid && \
|
||||
cd /workspace/amandroid && \
|
||||
git remote add origin https://github.com/arguslab/Argus-SAF.git && \
|
||||
git fetch --depth=1 origin 06596c6bb03fe2560030b52bf2b47d17d1bd3068 && \
|
||||
git reset --hard FETCH_HEAD
|
||||
|
||||
# Avoid downloading this each time we launch a new docker
|
||||
RUN mkdir -p /root/.amandroid_stash && \
|
||||
cd /root/.amandroid_stash && \
|
||||
wget https://www.fengguow.dev/resources/amandroid.zip && \
|
||||
wget https://www.fengguow.dev/resources/amandroid.checksum && \
|
||||
unzip amandroid.zip
|
||||
|
||||
RUN apt-get update && apt-get install -y openjdk-8-jdk
|
||||
|
||||
RUN ln -s /workspace/amandroid/binaries/argus-saf-3.2.1-SNAPSHOT-assembly.jar /workspace/amandroid/argus-saf.jar
|
Loading…
Add table
Add a link
Reference in a new issue