FROM debian:unstable RUN apt-get update && apt-get install -qqy postgresql COPY ./dbstart.sh / ENTRYPOINT ["./dbstart.sh"]