update base image
This commit is contained in:
parent
c3e2998c0a
commit
4f84d27349
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
|
17
Dockerfile
17
Dockerfile
@ -1,12 +1,13 @@
|
||||
FROM quay.io/thallian/php7-fpm:latest
|
||||
|
||||
RUN apk add --no-cache openssl tar nginx postgresql-client aspell rsyslog ca-certificates
|
||||
|
||||
RUN apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/main/ --allow-untrusted \
|
||||
libressl2.4-libcrypto \
|
||||
libressl2.4-libssl
|
||||
|
||||
RUN apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/community/ --allow-untrusted \
|
||||
RUN apk add --no-cache \
|
||||
libressl \
|
||||
tar \
|
||||
nginx \
|
||||
postgresql-client \
|
||||
aspell \
|
||||
rsyslog \
|
||||
ca-certificates \
|
||||
php7 \
|
||||
php7-imap \
|
||||
php7-dom \
|
||||
@ -26,7 +27,7 @@ RUN apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/comm
|
||||
php7-ldap \
|
||||
php7-pspell \
|
||||
php7-apcu
|
||||
|
||||
|
||||
RUN ln -s /usr/bin/php7 /usr/bin/php
|
||||
|
||||
RUN mkdir /var/lib/roundcube
|
||||
|
Loading…
Reference in New Issue
Block a user