Fix Dockerfile indentation

This commit is contained in:
Peter Dave Hello 2018-03-18 14:13:50 +08:00
parent e1570a2a5b
commit 960ea5144b

View file

@ -38,5 +38,6 @@ MAINTAINER Marko Viitanen <fador@iki.fi>
&& apt-get clean autoclean \
&& apt-get autoremove -y \
&& rm -rf /var/lib/{apt,dpkg,cache,log}/
ENTRYPOINT ["kvazaar"]
CMD ["--help"]