mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Set default value for SCCACHE_REDIS build arg (#792)
- Set a default value in the Dockerfile for SCCACHE_REDIS so that, at build time, it does not fail with the new behavior because nothing was actually being passed into the container.
This commit is contained in:
parent
b5794c97a3
commit
48e0fd7d21
|
@ -22,7 +22,7 @@ RUN zypper install -y \
|
|||
COPY . /usr/src/kanidm
|
||||
WORKDIR /usr/src/kanidm/kanidmd/daemon
|
||||
|
||||
ARG SCCACHE_REDIS
|
||||
ARG SCCACHE_REDIS=""
|
||||
ARG KANIDM_FEATURES
|
||||
ARG KANIDM_BUILD_PROFILE
|
||||
|
||||
|
|
Loading…
Reference in a new issue