diff --git a/Dockerfile.android b/Dockerfile.android index b10aa50b..9036103c 100644 --- a/Dockerfile.android +++ b/Dockerfile.android @@ -17,7 +17,8 @@ WORKDIR /root RUN apt-get update && \ apt-get install -y --no-install-recommends \ unzip bzip2 make binutils autoconf automake autotools-dev autopoint \ - libtool pkg-config git dpkg-dev curl ca-certificates && \ + libtool pkg-config git dpkg-dev curl ca-certificates \ + python3-docutils && \ rm -rf /var/cache/apt/* # NDK version diff --git a/Dockerfile.mingw b/Dockerfile.mingw index 2c576654..7a416cef 100644 --- a/Dockerfile.mingw +++ b/Dockerfile.mingw @@ -26,7 +26,8 @@ RUN apt-get update && \ make binutils autoconf automake autotools-dev libtool \ patch ca-certificates \ pkg-config git curl dpkg-dev gcc-mingw-w64 g++-mingw-w64 \ - autopoint libcppunit-dev libxml2-dev libgcrypt20-dev lzip + autopoint libcppunit-dev libxml2-dev libgcrypt20-dev lzip \ + python3-docutils RUN curl -L -O https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz && \ curl -L -O https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.bz2 && \