pica first containers
This commit is contained in:
commit
6d7a3b7b67
3 changed files with 35 additions and 0 deletions
9
pica-environment/Dockerfile
Normal file
9
pica-environment/Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM alpine:latest
|
||||
RUN \
|
||||
apk add --no-cache \
|
||||
fcgi \
|
||||
fcgi++ \
|
||||
&& \
|
||||
mkdir /run/pica
|
Loading…
Add table
Add a link
Reference in a new issue