Update Dockerfile

This commit is contained in:
Sebastian Hugentobler 2020-07-26 09:33:43 +00:00
parent fa42e8d434
commit e3b9ca5891

View File

@ -22,7 +22,8 @@ RUN apk --no-cache add \
openssl \ openssl \
openssl-dev \ openssl-dev \
pcre-dev \ pcre-dev \
zlib-dev zlib-dev \
patch
RUN ln -s /usr/bin/aclocal-1.16 /usr/bin/aclocal-1.15 RUN ln -s /usr/bin/aclocal-1.16 /usr/bin/aclocal-1.15
RUN ln -s /usr/bin/automake-1.16 /usr/bin/automake-1.15 RUN ln -s /usr/bin/automake-1.16 /usr/bin/automake-1.15