Dockerfile-frontend 92 B

12345
  1. FROM httpd:2.4-alpine
  2. RUN apk --no-cache add apr-util-dbd_pgsql
  3. # vim: set ft=dockerfile: