Skip to content

Commit a18a428

Browse files
committed
chore: cleaned dockerfile deps
1 parent 4d4dbb3 commit a18a428

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ RUN apt-get install -y --no-install-recommends \
2222
libzip-dev \
2323
zip \
2424
unzip \
25-
openssl \
26-
vim
27-
28-
# PHP
29-
RUN docker-php-ext-install sockets
25+
openssl
3026

3127
# Composer
3228
RUN chmod +x /tmp/composer-install.sh && /tmp/composer-install.sh

0 commit comments

Comments
 (0)