use kaniko to build container

This commit is contained in:
Sebastian Hugentobler 2022-02-14 07:18:51 +01:00
parent d78de9ce7c
commit 6bd616a452
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -1,6 +1,6 @@
FROM thallian/confd-env:latest FROM thallian/confd-env:latest
RUN apk --no-cache add php8-fpm RUN apk --no-cache add php8-fpm
RUN if [[ ! -f /usr/bin/php ]] ; then ln -s /usr/bin/php8 /usr/bin/php; fi RUN if [[ ! -e /usr/bin/php ]] ; then ln -s /usr/bin/php8 /usr/bin/php; fi
ADD /rootfs / ADD /rootfs /