mirror of
https://github.com/b4tman/docker-squid.git
synced 2025-01-08 17:18:22 +00:00
fix 'ed -s' for bootstrap.sh
This commit is contained in:
parent
5e8f02f7c4
commit
0c3acf2bbb
@ -20,10 +20,11 @@ RUN set -x && \
|
||||
|
||||
COPY squid /tmp/build
|
||||
WORKDIR /tmp/build/
|
||||
|
||||
RUN set -x && \
|
||||
sh bootstrap.sh && \
|
||||
\
|
||||
|
||||
RUN sed -i 's/ed -s/ed/g' bootstrap.sh
|
||||
RUN sh bootstrap.sh
|
||||
|
||||
RUN \
|
||||
CFLAGS="-g0 -O2" \
|
||||
CXXFLAGS="-g0 -O2" \
|
||||
LDFLAGS="-s" \
|
||||
|
Loading…
Reference in New Issue
Block a user