Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
briar-reproducer
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
briar
briar-reproducer
Compare Revisions
master...jessie-backports-disorderfs
Source
jessie-backports-disorderfs
Select Git revision
...
Target
master
Select Git revision
Compare
Commits (1)
Use jessie-backports container as base image
· 450b2550
Torsten Grote
authored
May 16, 2018
450b2550
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
Dockerfile
Dockerfile
+1
-1
install-dependencies-verification.sh
install-dependencies-verification.sh
+2
-2
install-dependencies.sh
install-dependencies.sh
+5
-3
No files found.
Dockerfile
View file @
450b2550
FROM
debian:
stretch
FROM
debian:
jessie-backports
ENV
LANG=C.UTF-8
ENV
LANG=C.UTF-8
ENV
DEBIAN_FRONTEND=noninteractive
ENV
DEBIAN_FRONTEND=noninteractive
...
...
install-dependencies-verification.sh
View file @
450b2550
...
@@ -9,7 +9,7 @@ apt-get install -y --no-install-recommends \
...
@@ -9,7 +9,7 @@ apt-get install -y --no-install-recommends \
libmagic1
libmagic1
# Install latest diffoscope (version in Debian stable is outdated)
# Install latest diffoscope (version in Debian stable is outdated)
pip3
install
diffoscope
pip3
install
diffoscope
==
83
# Install latest apktool for verification debugging
# Install latest apktool for verification debugging
wget
--no-verbose
https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.3.3.jar
-O
/opt/apktool.jar
wget
--no-verbose
https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.3.3.jar
-O
/opt/apktool.jar
...
@@ -18,4 +18,4 @@ cat >/usr/local/bin/apktool <<EOF
...
@@ -18,4 +18,4 @@ cat >/usr/local/bin/apktool <<EOF
java -jar /opt/apktool.jar
\$
@
java -jar /opt/apktool.jar
\$
@
EOF
EOF
chmod
+x /usr/local/bin/apktool
chmod
+x /usr/local/bin/apktool
mkdir
-p
/root/.local/share/apktool/framework
mkdir
-p
/root/.local/share/apktool/framework
\ No newline at end of file
install-dependencies.sh
View file @
450b2550
...
@@ -4,8 +4,10 @@ set -x
...
@@ -4,8 +4,10 @@ set -x
apt-get
install
-y
--no-install-recommends
\
apt-get
install
-y
--no-install-recommends
\
git
\
git
\
default-jdk-headless
\
fuse
\
disorderfs
\
unzip
\
unzip
\
wget
wget
apt-get
install
-y
--no-install-recommends
-t
jessie-backports
\
openjdk-8-jdk-headless
\
fuse
\
disorderfs