Feedati/docker/Dockerfile-frontend

6 lines
92 B
Text
Raw Permalink Normal View History

2018-09-30 00:40:06 +02:00
FROM httpd:2.4-alpine
RUN apk --no-cache add apr-util-dbd_pgsql
# vim: set ft=dockerfile: