Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
48fd873b
Commit
48fd873b
authored
1 year ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
docker: use jdk17, Swig 4.1.1
Change-Id: I70c99cbcd4cfdd5680f39cae017c971b2e4f4b61
parent
f3682816
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/Dockerfile
+6
-5
6 additions, 5 deletions
docker/Dockerfile
with
6 additions
and
5 deletions
docker/Dockerfile
+
6
−
5
View file @
48fd873b
FROM
gradle:jdk1
1
FROM
gradle:jdk1
7
ENV
LANG en_US.utf8
ENV
LC_ALL en_US.utf8
...
...
@@ -43,6 +43,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
yasm
\
nasm
\
zip
\
libpcre2-dev
\
libpcre3
\
libpcre3-dev
\
ruby ruby-dev
\
...
...
@@ -59,11 +60,11 @@ RUN wget -O /tmp/android-tools.zip https://dl.google.com/android/repository/comm
chown
-R
root:root
${
ANDROID_HOME
}
ENV
PATH=${PATH}:${ANDROID_HOME}/cmdline-tools/bin
# Swig 4.
0.2
RUN
wget
-O
/tmp/swig.tar.gz https://github.com/swig/swig/archive/
rel-4.0.2
.tar.gz
&&
\
# Swig 4.
1.1
RUN
wget
-O
/tmp/swig.tar.gz https://github.com/swig/swig/archive/
v4.1.1
.tar.gz
&&
\
tar
xzf /tmp/swig.tar.gz
-C
/opt
&&
\
cd
/opt/swig-
rel-4.0.2
/
&&
./autogen.sh
&&
./configure
&&
make
&&
make
install
&&
\
cd
..
&&
rm
-rf
/opt/swig-
rel-4.0.2
/tmp/swig.tar.gz
cd
/opt/swig-
4.1.1
/
&&
./autogen.sh
&&
./configure
&&
make
&&
make
install
&&
\
cd
..
&&
rm
-rf
/opt/swig-
4.1.1
/tmp/swig.tar.gz
# Android SDK libraries, NDK
RUN
sdkmanager
--sdk_root
=
${
ANDROID_HOME
}
--update
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment