mirror of
https://github.com/aria2/aria2.git
synced 2024-12-26 21:02:30 +00:00
Dockerfile: Add missing python3-docutils
This commit is contained in:
parent
02f2d0d847
commit
2e65308ca2
@ -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
|
||||
|
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user