use newest alpine
This commit is contained in:
parent
eb9d2c0a20
commit
ccb9974ac7
3 changed files with 13 additions and 12 deletions
20
Containerfile
Normal file
20
Containerfile
Normal file
|
@ -0,0 +1,20 @@
|
|||
FROM docker.io/thallian/confd-env:3.19-3.1.6.2
|
||||
|
||||
RUN apk add --no-cache \
|
||||
postfix \
|
||||
postfix-pgsql \
|
||||
openssl \
|
||||
libstdc++ \
|
||||
libmilter \
|
||||
icu-data-full
|
||||
|
||||
RUN addgroup -g 2222 access
|
||||
RUN addgroup postfix access
|
||||
|
||||
RUN chown root /var/spool/postfix/
|
||||
RUN chown root /var/spool/postfix/pid
|
||||
|
||||
EXPOSE 25 587
|
||||
|
||||
ADD /rootfs /
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue