Explorar o código

Fix Dockerfile

andryyy %!s(int64=8) %!d(string=hai) anos
pai
achega
a33aa7a2cb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 \