use kaniko to build container
This commit is contained in:
parent
6bd616a452
commit
09feab6ac0
@ -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 /
|
||||
|
Loading…
Reference in New Issue
Block a user