Skip to content

Commit 6515484

Browse files
committed
add git and unzip for composer
1 parent 1b4b9e3 commit 6515484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/solid.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM php:8.3-apache
22
LABEL maintainer="yvo@muze.nl"
33
RUN apt-get update
4-
RUN apt-get install -y ssl-cert
4+
RUN apt-get install -y ssl-cert git unzip
55
RUN docker-php-ext-install bcmath
66
RUN a2enmod rewrite allowmethods ssl
77

0 commit comments

Comments
 (0)