# syntax=docker/dockerfile:1

FROM alpine:latest
RUN \
    apk add --no-cache \
        fcgi \
        fcgi++ \
    && \
    mkdir /run/pica