update base image
This commit is contained in:
parent
a70fc1d854
commit
23f9d649a8
9
.editorconfig
Normal file
9
.editorconfig
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
end_of_line = lf
|
||||||
|
charset = utf-8
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = true
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
@ -1,5 +1,5 @@
|
|||||||
FROM thallian/confd-env:latest
|
FROM quay.io/thallian/confd-env:latest
|
||||||
|
|
||||||
RUN apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/community/ --allow-untrusted php7-fpm
|
RUN apk --no-cache add php7-fpm
|
||||||
|
|
||||||
ADD /rootfs /
|
ADD /rootfs /
|
||||||
|
Loading…
Reference in New Issue
Block a user