Skip to content

Commit

Permalink
fix: hopefully last fix for nginx containers (openemr#7750)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller authored Oct 2, 2024
1 parent b884ee1 commit 5a5952b
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 @@ -23,7 +23,7 @@ RUN apt-get install -y mariadb-client \
curl

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

# Add the php extensions (note using a very cool script by mlocati to do this)
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 @@ -23,7 +23,7 @@ RUN apt-get install -y mariadb-client \
curl

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

# Add the php extensions (note using a very cool script by mlocati to do this)
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 @@ -23,7 +23,7 @@ RUN apt-get install -y mariadb-client \
curl

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

# Add the php extensions (note using a very cool script by mlocati to do this)
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 @@ -23,7 +23,7 @@ RUN apt-get install -y mariadb-client \
curl

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

# Add the php extensions (note using a very cool script by mlocati to do this)
Expand Down

0 comments on commit 5a5952b

Please sign in to comment.