poste.io/Dockerfile

4 lines
146 B
Text
Raw Normal View History

2020-02-29 06:39:59 +00:00
FROM analogic/poste.io:2.2.2
2018-12-29 05:10:36 +00:00
RUN apt-get update && apt-get install less # 'less' is Useful for debugging
COPY files /
RUN /patches && rm /patches