Projects
/
nettsiden-old
Archived
8
0
Fork 0
This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
nettsiden-old/Dockerfile

8 lines
151 B
Docker
Raw Normal View History

2021-08-11 22:28:48 +02:00
# this is a development container, not hardened for hosting
FROM php:7.4-cli
RUN apt-get update && \
apt-get install -y \
2023-01-19 11:26:56 +01:00
sqlite3 \
2021-08-12 22:32:58 +02:00
unzip \
git