poste.io/Dockerfile
2020-02-29 01:39:59 -05:00

4 lines
No EOL
146 B
Docker

FROM analogic/poste.io:2.2.2
RUN apt-get update && apt-get install less # 'less' is Useful for debugging
COPY files /
RUN /patches && rm /patches