4 lines
No EOL
140 B
Docker
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 |