Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
bitmask_android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Chirayu Desai
bitmask_android
Commits
d8865fc6
Commit
d8865fc6
authored
2 years ago
by
cyberta
Browse files
Options
Downloads
Patches
Plain Diff
add missing po4a dependency to android-ndk docker image
parent
314d1e1d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/android-ndk/Dockerfile
+1
-1
1 addition, 1 deletion
docker/android-ndk/Dockerfile
with
1 addition
and
1 deletion
docker/android-ndk/Dockerfile
+
1
−
1
View file @
d8865fc6
...
@@ -24,7 +24,7 @@ RUN apt-get update -qq && \
...
@@ -24,7 +24,7 @@ RUN apt-get update -qq && \
# JNI build dependencies w/ 32-bit compatible C libs
# JNI build dependencies w/ 32-bit compatible C libs
RUN
apt-get update
-qq
&&
\
RUN
apt-get update
-qq
&&
\
apt-get
-y
install
docker-ce docker-ce-cli make gcc swig file lib32stdc++6 lib32z1
\
apt-get
-y
install
docker-ce docker-ce-cli make gcc swig file lib32stdc++6 lib32z1
\
autoconf autogen automake autopoint autotools-dev gettext-base libtool patch pkg-config
&&
\
autoconf autogen automake autopoint autotools-dev gettext-base libtool patch pkg-config
po4a
&&
\
apt-get clean
&&
\
apt-get clean
&&
\
apt-get autoclean
&&
\
apt-get autoclean
&&
\
rm
-rf
/var/lib/apt/lists/
*
/tmp/
*
/var/tmp/
*
rm
-rf
/var/lib/apt/lists/
*
/tmp/
*
/var/tmp/
*
...
...
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