use kaniko to build container
This commit is contained in:
parent
6d05365566
commit
d78de9ce7c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM thallian/confd-env:latest
|
||||
|
||||
RUN apk --no-cache add php8-fpm
|
||||
RUN ln -s /usr/bin/php8 /usr/bin/php
|
||||
RUN if [[ ! -f /usr/bin/php ]] ; then ln -s /usr/bin/php8 /usr/bin/php; fi
|
||||
|
||||
ADD /rootfs /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue