Dockerfile 200 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 FROM debian:stretch-slim ARG POSTGRESQL_EXTRA_PACKAGES COPY files/ /tmp/files RUN /tmp/files/configure ENTRYPOINT ["/sbin/entrypoint"] CMD ["pg_ctlcluster", "9.6", "main", "start", "--foreground"]