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

install swig

parent 96c1ac77
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ RUN apt-get update -qq && \ ...@@ -23,7 +23,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 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 && \
apt-get clean && \ apt-get clean && \
apt-get autoclean && \ apt-get autoclean && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment