poste.io/Dockerfile
2018-12-29 00:10:36 -05:00

4 lines
No EOL
140 B
Docker

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