diff --git a/Makefile b/Makefile index 94868df0f..6e5eb7cc0 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: help build/kanidmd build/radiusd test/kanidmd push/kanidmd push/radiusd vendor-prep doc install-tools prep IMAGE_BASE ?= kanidm -IMAGE_VERSION ?= alpha +IMAGE_VERSION ?= devel .DEFAULT: help help: diff --git a/kanidmd/Dockerfile b/kanidmd/Dockerfile index 1abf8a6b0..dd67351f4 100644 --- a/kanidmd/Dockerfile +++ b/kanidmd/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_IMAGE=opensuse/tumbleweed:latest FROM ${BASE_IMAGE} AS builder LABEL mantainer william@blackhats.net.au -RUN zypper ref && \ +RUN zypper -vv ref && \ zypper install -y \ cargo \ rust \ @@ -27,6 +27,7 @@ LABEL mantainer william@blackhats.net.au RUN zypper ref && \ zypper install -y \ timezone \ + sqlite3 \ pam && \ zypper clean -a