From 09feab6ac06467cfa3ef729c2179b1d5bdb8a878 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 14 Feb 2022 07:21:36 +0100 Subject: [PATCH] use kaniko to build container --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4738a11..62a417e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,5 @@ FROM thallian/confd-env:latest RUN apk --no-cache add php8-fpm -RUN if [[ ! -e /usr/bin/php ]] ; then ln -s /usr/bin/php8 /usr/bin/php; fi ADD /rootfs /