FROM alpine:latest RUN apk add postgresql RUN mkdir /data && \ chown postgres:postgres /data