Skip to content
Snippets Groups Projects
Commit d8865fc6 authored by cyberta's avatar cyberta
Browse files

add missing po4a dependency to android-ndk docker image

parent 314d1e1d
Branches
Tags
No related merge requests found
...@@ -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/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment