mirror of
https://github.com/b4tman/docker-squid.git
synced 2024-11-23 03:36:54 +00:00
fix aclocal-1.15
/tmp/build/cfgaux/missing: line 81: aclocal-1.15: not found
This commit is contained in:
parent
0c3acf2bbb
commit
4bdeed1c25
@ -22,6 +22,7 @@ COPY squid /tmp/build
|
|||||||
WORKDIR /tmp/build/
|
WORKDIR /tmp/build/
|
||||||
|
|
||||||
RUN sed -i 's/ed -s/ed/g' bootstrap.sh
|
RUN sed -i 's/ed -s/ed/g' bootstrap.sh
|
||||||
|
RUN ln -s /usr/bin/aclocal-1.16 /usr/bin/aclocal-1.15
|
||||||
RUN sh bootstrap.sh
|
RUN sh bootstrap.sh
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
|
Loading…
Reference in New Issue
Block a user