diff --git a/projects/wget/Dockerfile b/projects/wget/Dockerfile index 1953e94ff..9af7b91a9 100644 --- a/projects/wget/Dockerfile +++ b/projects/wget/Dockerfile @@ -34,7 +34,9 @@ RUN apt-get update && apt-get install -y \ gperf \ wget \ python \ - rsync + rsync \ + gtk-doc-tools \ + libtasn1-bin ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool RUN git clone git://git.savannah.gnu.org/gnulib.git diff --git a/projects/wget2/Dockerfile b/projects/wget2/Dockerfile index 8513d586d..5c88281b8 100644 --- a/projects/wget2/Dockerfile +++ b/projects/wget2/Dockerfile @@ -35,7 +35,9 @@ RUN apt-get update && apt-get install -y \ python \ lzip \ rsync \ - libmicrohttpd-dev + libmicrohttpd-dev \ + gtk-doc-tools \ + libtasn1-bin ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool RUN git clone git://git.savannah.gnu.org/gnulib.git