Update Dockerfile
This commit is contained in:
parent
fa42e8d434
commit
e3b9ca5891
1 changed files with 3 additions and 2 deletions
|
@ -22,8 +22,9 @@ 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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue