Skip to content

Commit

Permalink
feat: #58 laravel 11 need npm
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunthegeek committed Nov 17, 2024
1 parent 34b1b06 commit 10a3c35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stubs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ RUN curl -o /usr/local/bin/composer https://getcomposer.org/download/latest-stab
&& chmod +x /usr/local/bin/composer

# hadolint ignore=DL3008
RUN apt-get update \
RUN curl -sL https://deb.nodesource.com/setup_22.x | bash - \
&& apt-get install --no-install-recommends -y \
cron \
icu-devtools \
jq \
libfreetype6-dev libicu-dev libjpeg62-turbo-dev libpng-dev libpq-dev \
libsasl2-dev libssl-dev libwebp-dev libxpm-dev libzip-dev libzstd-dev \
nodejs \
unzip \
zlib1g-dev \
&& apt-get clean \
Expand Down

0 comments on commit 10a3c35

Please sign in to comment.