Skip to content

Commit

Permalink
fix: one more fix for nginx ci (openemr#7751)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller authored Oct 2, 2024
1 parent 5a5952b commit eca4520
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/library/dockers/dev-php-fpm-8-3-redis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get install -y mariadb-client \

# Install correct version nodejs
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -
RUN apt install nodejs
RUN apt-get install nodejs -y

# 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
2 changes: 1 addition & 1 deletion docker/library/dockers/dev-php-fpm-8-3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get install -y mariadb-client \

# Install correct version nodejs
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -
RUN apt install nodejs
RUN apt-get install nodejs -y

# 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
2 changes: 1 addition & 1 deletion docker/library/dockers/dev-php-fpm-8-4-redis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get install -y mariadb-client \

# Install correct version nodejs
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -
RUN apt install nodejs
RUN apt-get install nodejs -y

# 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
2 changes: 1 addition & 1 deletion docker/library/dockers/dev-php-fpm-8-4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get install -y mariadb-client \

# Install correct version nodejs
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -
RUN apt install nodejs
RUN apt-get install nodejs -y

# 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 eca4520

Please sign in to comment.