Skip to content

Commit

Permalink
Fix Images
Browse files Browse the repository at this point in the history
  • Loading branch information
pc-magas committed Jan 1, 2024
1 parent b363f31 commit 6b88a5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN --mount=type=bind,from=mlocati/php-extension-installer:latest,source=/usr/bi
echo "PHP_EXTENTION_DIR="$(php -i | grep extension_dir | cut -d " " -f 5) >> /etc/environment &&\
cat /etc/environment &&\
apt-get update &&\
apt-get install -y netcat rsync &&\
apt-get install -y netcat-traditional rsync &&\
apt-get autopurge -y &&\
apt-get autoremove -y &&\
apt-get autoclean &&\
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN --mount=type=bind,from=mlocati/php-extension-installer:latest,source=/usr/bi
/usr/local/bin/install-php-extensions mysqli pdo_mysql pgsql pdo_pgsql &&\
php -i | grep extension_dir | cut -d " " -f 5 &&\
ls -l /usr/local/etc/php/conf.d/ &&\
apt-get install -y netcat &&\
apt-get install -y netcat-traditional rsync &&\
apt-get autopurge -y &&\
apt-get autoremove -y &&\
apt-get autoclean &&\
Expand Down

0 comments on commit 6b88a5e

Please sign in to comment.