pica first containers

This commit is contained in:
Blue 2023-11-30 20:38:46 -03:00
commit 6d7a3b7b67
Signed by: blue
GPG key ID: 9B203B252A63EE38
3 changed files with 35 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# syntax=docker/dockerfile:1
FROM alpine:latest
RUN \
apk add --no-cache \
fcgi \
fcgi++ \
&& \
mkdir /run/pica