Build still gets stuck, lets see if it works again now.
This commit is contained in:
parent
74c01574d2
commit
98c759557e
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
# Dockerfile contents Based on
|
# Dockerfile contents Based on
|
||||||
# https://github.com/varnish/docker-varnish/blob/master/vmod-examples/Dockerfile.with-varnish-src
|
# https://github.com/varnish/docker-varnish/blob/master/vmod-examples/Dockerfile.with-varnish-src
|
||||||
# to get access to varnish source as expected by slash build steps.
|
# to get access to varnish source as expected by slash build steps.
|
||||||
FROM varnish:7.6.1
|
FROM varnish:7.5.0
|
||||||
|
|
||||||
# https://code.uplex.de/uplex-varnish/slash/blob/master/INSTALL.rst
|
# https://code.uplex.de/uplex-varnish/slash/blob/master/INSTALL.rst
|
||||||
ENV SLASH_DEPS="git autoconf autoconf-archive automake libtool python3-docutils python3-sphinx libpcre2-dev libreadline-dev liburing-dev libxxhash-dev libncurses-dev"
|
ENV SLASH_DEPS="git autoconf autoconf-archive automake libtool python3-docutils python3-sphinx libpcre2-dev libreadline-dev liburing-dev libxxhash-dev libncurses-dev"
|
||||||
|
@ -46,7 +46,7 @@ RUN set -e && \
|
||||||
git clone https://code.uplex.de/uplex-varnish/slash.git $SLASHSRC && \
|
git clone https://code.uplex.de/uplex-varnish/slash.git $SLASHSRC && \
|
||||||
cd $SLASHSRC && \
|
cd $SLASHSRC && \
|
||||||
# use specific commit for reproducibility
|
# use specific commit for reproducibility
|
||||||
git checkout c2e05e831ffc8095d9cc56510f24a5529ab16282 && \
|
git checkout a06224b9c6087349c511135f6011a3d33aacf934 && \
|
||||||
./bootstrap && \
|
./bootstrap && \
|
||||||
make check && \
|
make check && \
|
||||||
make install && \
|
make install && \
|
||||||
|
|
Loading…
Add table
Reference in a new issue