2023-01-22 09:39:31 +00:00
|
|
|
ARG UPSTREAM=2.3.10
|
2020-04-15 17:50:18 +00:00
|
|
|
FROM analogic/poste.io:$UPSTREAM
|
2018-12-29 05:10:36 +00:00
|
|
|
RUN apt-get update && apt-get install less # 'less' is Useful for debugging
|
2020-03-07 18:12:06 +00:00
|
|
|
|
|
|
|
# Default to listening only on IPs bound to the container hostname
|
|
|
|
ENV LISTEN_ON=host
|
2020-03-08 07:11:55 +00:00
|
|
|
ENV SEND_ON=
|
2020-03-07 18:12:06 +00:00
|
|
|
|
2018-12-29 05:10:36 +00:00
|
|
|
COPY files /
|
2020-03-07 18:12:06 +00:00
|
|
|
RUN /patches && rm /patches
|