FROM ubuntu:16.04 LABEL maintainer="Kevin Lyda " EXPOSE 80 22 RUN DEBIAN_FRONTEND=noninteractive \ apt-get install curl openssh-server ca-certificates postfix ADD app /app ENTRYPOINT ["/app/init"]