diff --git a/Dockerfile b/Dockerfile index aa7e555..443cc5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,8 +39,10 @@ RUN docker-php-ext-install \ soap \ shmop \ phar \ + bcmath \ gd exif fileinfo \ - opcache + opcache \ + sockets RUN docker-php-ext-configure intl && docker-php-ext-install intl @@ -58,5 +60,7 @@ RUN apk add --update --no-cache \ git bash \ npm yarn +RUN npm i -g pnpm + SHELL ["/bin/bash", "-c"] ENTRYPOINT ["/bin/bash", "-l", "-c"]