Add dockerfile for local development

This commit is contained in:
2021-08-11 22:28:48 +02:00
parent 06bfa81d6e
commit e1686cd8c5
4 changed files with 41 additions and 2 deletions

6
Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
# this is a development container, not hardened for hosting
FROM php:7.4-cli
RUN apt-get update && \
apt-get install -y \
sqlite \
unzip