DavidKorczynski 2022-04-20 14:56:57 +01:00 committed by GitHub
parent 81c09bb6f7
commit fc6b79a20d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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