Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
briar-reproducer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
briar
briar-reproducer
Commits
17f0598a
Verified
Commit
17f0598a
authored
May 16, 2018
by
Torsten Grote
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use jessie-backports container as base image
parent
04c2a281
Pipeline
#1574
passed with stages
in 22 minutes and 48 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
Dockerfile
Dockerfile
+1
-1
install-dependencies-verification.sh
install-dependencies-verification.sh
+2
-2
install-dependencies.sh
install-dependencies.sh
+3
-1
No files found.
Dockerfile
View file @
17f0598a
FROM
debian:
stretch
FROM
debian:
jessie-backports
ENV
LANG=C.UTF-8
ENV
DEBIAN_FRONTEND=noninteractive
...
...
install-dependencies-verification.sh
View file @
17f0598a
...
...
@@ -9,7 +9,7 @@ apt-get install -y --no-install-recommends \
libmagic1
# Install latest diffoscope (version in Debian stable is outdated)
pip3
install
diffoscope
pip3
install
diffoscope
==
83
# Install latest apktool for verification debugging
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
java -jar /opt/apktool.jar
\$
@
EOF
chmod
+x /usr/local/bin/apktool
mkdir
-p
/root/.local/share/apktool/framework
\ No newline at end of file
mkdir
-p
/root/.local/share/apktool/framework
install-dependencies.sh
View file @
17f0598a
...
...
@@ -4,6 +4,8 @@ set -x
apt-get
install
-y
--no-install-recommends
\
git
\
default-jdk-headless
\
unzip
\
wget
apt-get
install
-y
--no-install-recommends
-t
jessie-backports
\
openjdk-8-jdk-headless
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment