Skip to content

Commit 2ae293f

Browse files
authored
Merge pull request #73 from secultce/develop
🔁 Merge develop to Homlogl
2 parents 50b3095 + 8977753 commit 2ae293f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
3333
# Install sass
3434
&& gem install sass -v 3.4.22 \
3535
# Install extensions
36-
&& docker-php-ext-install opcache pdo_pgsql zip xml curl json \
36+
&& docker-php-ext-install opcache pdo_pgsql zip xml curl json sockets \
3737
# Install GD
3838
&& docker-php-ext-install -j$(nproc) iconv \
3939
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \

0 commit comments

Comments
 (0)