We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4b9e3 commit 6515484Copy full SHA for 6515484
docker/solid.Dockerfile
@@ -1,7 +1,7 @@
1
FROM php:8.3-apache
2
LABEL maintainer="yvo@muze.nl"
3
RUN apt-get update
4
-RUN apt-get install -y ssl-cert
+RUN apt-get install -y ssl-cert git unzip
5
RUN docker-php-ext-install bcmath
6
RUN a2enmod rewrite allowmethods ssl
7
0 commit comments