Selaa lähdekoodia

Fix Dockerfile

andryyy 8 vuotta sitten
vanhempi
sitoutus
a33aa7a2cb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      data/Dockerfiles/php-fpm/Dockerfile

+ 1 - 1
data/Dockerfiles/php-fpm/Dockerfile

@@ -10,7 +10,7 @@ RUN apk add -U --no-cache libxml2-dev \
 	autoconf \
 	g++ \
 	make \
-	openssl
+	openssl \
 	&& pecl install redis \
 	&& pecl clear-cache \
 	&& docker-php-ext-configure intl \