mirror of https://github.com/aria2/aria2
Dockerfile: Add missing python3-docutils
parent
02f2d0d847
commit
2e65308ca2
|
@ -17,7 +17,8 @@ WORKDIR /root
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
unzip bzip2 make binutils autoconf automake autotools-dev autopoint \
|
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/*
|
rm -rf /var/cache/apt/*
|
||||||
|
|
||||||
# NDK version
|
# NDK version
|
||||||
|
|
|
@ -26,7 +26,8 @@ RUN apt-get update && \
|
||||||
make binutils autoconf automake autotools-dev libtool \
|
make binutils autoconf automake autotools-dev libtool \
|
||||||
patch ca-certificates \
|
patch ca-certificates \
|
||||||
pkg-config git curl dpkg-dev gcc-mingw-w64 g++-mingw-w64 \
|
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 && \
|
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 && \
|
curl -L -O https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.bz2 && \
|
||||||
|
|
Loading…
Reference in New Issue