poste.io/Dockerfile

11 lines
272 B
Text
Raw Permalink Normal View History

2023-01-22 09:39:31 +00:00
ARG UPSTREAM=2.3.10
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
# Default to listening only on IPs bound to the container hostname
ENV LISTEN_ON=host
ENV SEND_ON=
2018-12-29 05:10:36 +00:00
COPY files /
RUN /patches && rm /patches