Ver Fonte

Fix Dockerfile

andryyy há 8 anos atrás
pai
commit
a33aa7a2cb
1 ficheiros alterados com 1 adições e 1 exclusões
  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 \