Skip to content

Commit

Permalink
#1437 upgrade node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
stakovicz committed Oct 23, 2024
1 parent 0708152 commit 4a42f8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/dockerfiles/apachephp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ RUN a2enmod rewrite && \
echo "date.timezone=Europe/Paris" >> "/usr/local/etc/php/php.ini"

# Install NodeJS
RUN apt-get update && \
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
apt-get update && \
apt-get install -y \
build-essential \
wget \
gnupg \
python \
nodejs && \
apt-get autoremove --purge -y && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 4a42f8b

Please sign in to comment.