From 775e667cb82f4592bce466a8a84831078fa294e0 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 14 Feb 2022 08:26:26 +0100 Subject: [PATCH] use kaniko to build container --- Dockerfile | 1 + rootfs/etc/s6-overlay/s6-rc.d/php8-fpm/run | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 62a417e..3638e63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM thallian/confd-env:latest RUN apk --no-cache add php8-fpm +RUN ln -s /usr/sbin/php-fpm8 /bin/php-fpm8 ADD /rootfs / diff --git a/rootfs/etc/s6-overlay/s6-rc.d/php8-fpm/run b/rootfs/etc/s6-overlay/s6-rc.d/php8-fpm/run index cd167b0..a571f24 100644 --- a/rootfs/etc/s6-overlay/s6-rc.d/php8-fpm/run +++ b/rootfs/etc/s6-overlay/s6-rc.d/php8-fpm/run @@ -1,3 +1,3 @@ -#!/usr/bin/with-contenv sh +#!/command/with-contenv sh exec php-fpm8 --nodaemonize --force-stderr