Installer: configure cert-manager(-webhook-gandi), kubed as part of infrastructure
diff --git a/apps/bwolf-gandi/Dockerfile b/apps/bwolf-gandi/Dockerfile
new file mode 100644
index 0000000..6fee6aa
--- /dev/null
+++ b/apps/bwolf-gandi/Dockerfile
@@ -0,0 +1,8 @@
+FROM alpine:3.9
+
+RUN apk add --no-cache ca-certificates
+
+COPY webhook /usr/local/bin/webhook
+RUN chmod +x /usr/local/bin/webhook
+
+ENTRYPOINT ["webhook"]