6 lines
92 B
Text
6 lines
92 B
Text
|
FROM httpd:2.4-alpine
|
||
|
|
||
|
RUN apk --no-cache add apr-util-dbd_pgsql
|
||
|
|
||
|
# vim: set ft=dockerfile:
|