diff --git a/docker/library/dockers/dev-php-fpm-8-1-redis/Dockerfile b/docker/library/dockers/dev-php-fpm-8-1-redis/Dockerfile index 849f64c2a06..b81b64dcaa6 100644 --- a/docker/library/dockers/dev-php-fpm-8-1-redis/Dockerfile +++ b/docker/library/dockers/dev-php-fpm-8-1-redis/Dockerfile @@ -19,7 +19,8 @@ RUN apt-get update # Note this basically add 160MB of space to the docker, so would be nice for OpenEMR to not require this stuff # and instead rely on php scripts, if possible. RUN apt-get install -y mariadb-client \ - imagemagick + imagemagick \ + nodejs # Add the php extensions (note using a very cool script by mlocati to do this) ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ diff --git a/docker/library/dockers/dev-php-fpm-8-1/Dockerfile b/docker/library/dockers/dev-php-fpm-8-1/Dockerfile index 61110db5f9b..4ed749b18e1 100644 --- a/docker/library/dockers/dev-php-fpm-8-1/Dockerfile +++ b/docker/library/dockers/dev-php-fpm-8-1/Dockerfile @@ -19,7 +19,8 @@ RUN apt-get update # Note this basically add 160MB of space to the docker, so would be nice for OpenEMR to not require this stuff # and instead rely on php scripts, if possible. RUN apt-get install -y mariadb-client \ - imagemagick + imagemagick \ + nodejs # Add the php extensions (note using a very cool script by mlocati to do this) ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ diff --git a/docker/library/dockers/dev-php-fpm-8-2-redis/Dockerfile b/docker/library/dockers/dev-php-fpm-8-2-redis/Dockerfile index 83add3bb474..1d86af292ff 100644 --- a/docker/library/dockers/dev-php-fpm-8-2-redis/Dockerfile +++ b/docker/library/dockers/dev-php-fpm-8-2-redis/Dockerfile @@ -19,7 +19,8 @@ RUN apt-get update # Note this basically add 160MB of space to the docker, so would be nice for OpenEMR to not require this stuff # and instead rely on php scripts, if possible. RUN apt-get install -y mariadb-client \ - imagemagick + imagemagick \ + nodejs # Add the php extensions (note using a very cool script by mlocati to do this) ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ diff --git a/docker/library/dockers/dev-php-fpm-8-2/Dockerfile b/docker/library/dockers/dev-php-fpm-8-2/Dockerfile index 6bd396475f9..50e2250474e 100644 --- a/docker/library/dockers/dev-php-fpm-8-2/Dockerfile +++ b/docker/library/dockers/dev-php-fpm-8-2/Dockerfile @@ -19,7 +19,8 @@ RUN apt-get update # Note this basically add 160MB of space to the docker, so would be nice for OpenEMR to not require this stuff # and instead rely on php scripts, if possible. RUN apt-get install -y mariadb-client \ - imagemagick + imagemagick \ + nodejs # Add the php extensions (note using a very cool script by mlocati to do this) ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ diff --git a/docker/library/dockers/dev-php-fpm-8-3-redis/Dockerfile b/docker/library/dockers/dev-php-fpm-8-3-redis/Dockerfile index 2206bedb209..bc640312db0 100644 --- a/docker/library/dockers/dev-php-fpm-8-3-redis/Dockerfile +++ b/docker/library/dockers/dev-php-fpm-8-3-redis/Dockerfile @@ -19,7 +19,8 @@ RUN apt-get update # Note this basically add 160MB of space to the docker, so would be nice for OpenEMR to not require this stuff # and instead rely on php scripts, if possible. RUN apt-get install -y mariadb-client \ - imagemagick + imagemagick \ + nodejs # Add the php extensions (note using a very cool script by mlocati to do this) ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ diff --git a/docker/library/dockers/dev-php-fpm-8-3/Dockerfile b/docker/library/dockers/dev-php-fpm-8-3/Dockerfile index 39d3ff976a6..aedc6141102 100644 --- a/docker/library/dockers/dev-php-fpm-8-3/Dockerfile +++ b/docker/library/dockers/dev-php-fpm-8-3/Dockerfile @@ -19,7 +19,8 @@ RUN apt-get update # Note this basically add 160MB of space to the docker, so would be nice for OpenEMR to not require this stuff # and instead rely on php scripts, if possible. RUN apt-get install -y mariadb-client \ - imagemagick + imagemagick \ + nodejs # Add the php extensions (note using a very cool script by mlocati to do this) ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ diff --git a/docker/library/dockers/dev-php-fpm-8-4-redis/Dockerfile b/docker/library/dockers/dev-php-fpm-8-4-redis/Dockerfile index cdd343f367e..a2650b75ae2 100644 --- a/docker/library/dockers/dev-php-fpm-8-4-redis/Dockerfile +++ b/docker/library/dockers/dev-php-fpm-8-4-redis/Dockerfile @@ -19,7 +19,8 @@ RUN apt-get update # Note this basically add 160MB of space to the docker, so would be nice for OpenEMR to not require this stuff # and instead rely on php scripts, if possible. RUN apt-get install -y mariadb-client \ - imagemagick + imagemagick \ + nodejs # Add the php extensions (note using a very cool script by mlocati to do this) ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ diff --git a/docker/library/dockers/dev-php-fpm-8-4/Dockerfile b/docker/library/dockers/dev-php-fpm-8-4/Dockerfile index db7ff4f6548..c75beb27a76 100644 --- a/docker/library/dockers/dev-php-fpm-8-4/Dockerfile +++ b/docker/library/dockers/dev-php-fpm-8-4/Dockerfile @@ -19,7 +19,8 @@ RUN apt-get update # Note this basically add 160MB of space to the docker, so would be nice for OpenEMR to not require this stuff # and instead rely on php scripts, if possible. RUN apt-get install -y mariadb-client \ - imagemagick + imagemagick \ + nodejs # Add the php extensions (note using a very cool script by mlocati to do this) ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/