Feedati/docker/Dockerfile-frontend

5 lines
92 B
Docker

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