vaultwarden : image build add mimalloc
This commit is contained in:
parent
778ffdeda9
commit
b945ce7866
|
@ -14,7 +14,7 @@ if ! podman image exists ${vaultwarden_image}:${vaultwarden_version}; then
|
|||
if git clone --depth=1 --branch=${vaultwarden_version} https://github.com/dani-garcia/vaultwarden.git ${buildfolder}/ ; then
|
||||
TMPDIR=${HOME} podman image build \
|
||||
-t ${vaultwarden_image}:${vaultwarden_version} \
|
||||
--build-arg DB=postgresql \
|
||||
--build-arg DB=postgresql,enable_mimalloc \
|
||||
-f ${buildfolder}/docker/amd64/Dockerfile.alpine \
|
||||
${buildfolder} || retval=false
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue