add newline at end of dockerfile

This commit is contained in:
Sebastian Hugentobler 2018-05-23 13:06:01 +02:00
parent 01303fdff0
commit b6e185e842

View File

@ -12,3 +12,4 @@ RUN apk --no-cache upgrade
ADD /rootfs /
ENTRYPOINT ["/init"]