Skip to content

Commit

Permalink
style: #58 ignore apt version
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunthegeek committed Nov 17, 2024
1 parent 3a7651a commit 607e98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stubs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ WORKDIR /var/www/laravel
RUN curl -o /usr/local/bin/composer https://getcomposer.org/download/latest-stable/composer.phar \
&& chmod +x /usr/local/bin/composer

# hadolint ignore=DL3008
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# hadolint ignore=DL3008
RUN curl -sL https://deb.nodesource.com/setup_22.x | bash - \
&& apt-get install --no-install-recommends -y \
cron \
Expand Down

0 comments on commit 607e98b

Please sign in to comment.