add some packages to laravel container
Build and Push Docker Images / build-and-push (push) Successful in 7m18s
Build and Push Docker Images / build-and-push (push) Successful in 7m18s
This commit is contained in:
@@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y \
|
||||
cron \
|
||||
sudo \
|
||||
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
|
||||
&& docker-php-ext-install gd mbstring zip pdo pdo_mysql pdo_pgsql pgsql intl bcmath
|
||||
&& docker-php-ext-install gd mbstring zip pdo pdo_mysql pdo_pgsql pgsql intl bcmath pcntl sockets
|
||||
|
||||
# Install Redis PHP extension via PECL
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends $PHPIZE_DEPS libssl-dev \
|
||||
@@ -75,4 +75,4 @@ RUN crontab /etc/cron.d/laravel-cron
|
||||
EXPOSE 8000
|
||||
|
||||
# Set the entrypoint
|
||||
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
||||
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
||||
@@ -1 +1 @@
|
||||
6.0
|
||||
6.1
|
||||
Reference in New Issue
Block a user