Skip to content

Commit

Permalink
fix: support ccda in nginx ci dockers (openemr#7744)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller authored Oct 1, 2024
1 parent 7f0bc6c commit 6fbf9e1
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 deletions.
3 changes: 2 additions & 1 deletion docker/library/dockers/dev-php-fpm-8-1-redis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
3 changes: 2 additions & 1 deletion docker/library/dockers/dev-php-fpm-8-1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
3 changes: 2 additions & 1 deletion docker/library/dockers/dev-php-fpm-8-2-redis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
3 changes: 2 additions & 1 deletion docker/library/dockers/dev-php-fpm-8-2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
3 changes: 2 additions & 1 deletion docker/library/dockers/dev-php-fpm-8-3-redis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
3 changes: 2 additions & 1 deletion docker/library/dockers/dev-php-fpm-8-3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
3 changes: 2 additions & 1 deletion docker/library/dockers/dev-php-fpm-8-4-redis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
3 changes: 2 additions & 1 deletion docker/library/dockers/dev-php-fpm-8-4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 6fbf9e1

Please sign in to comment.