Should fix problem reported in https://gitlab.com/uplex/varnish/slash/-/issues/92
This commit is contained in:
parent
af7f7d11e6
commit
2682839756
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ RUN set -e && \
|
|||
git clone https://code.uplex.de/uplex-varnish/slash.git $SLASHSRC && \
|
||||
cd $SLASHSRC && \
|
||||
# use specific commit for reproducibility
|
||||
git checkout a06224b9c6087349c511135f6011a3d33aacf934 && \
|
||||
git checkout c2e05e831ffc8095d9cc56510f24a5529ab16282 && \
|
||||
./bootstrap && \
|
||||
make check && \
|
||||
make install && \
|
||||
|
|
Loading…
Add table
Reference in a new issue