# syntax=docker/dockerfile:1
FROM alpine:latest
RUN \
apk add --no-cache \
fcgi \
fcgi++ \
mariadb-connector-c \
&& \
mkdir /run/pica