Skip to content

Commit

Permalink
Dockerfile: --no-install-recommends for apt-get.
Browse files Browse the repository at this point in the history
  • Loading branch information
parpalak committed Apr 27, 2024
1 parent 000b4f3 commit 3fb94fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ EXPOSE 80

WORKDIR /var/www/i.upmath.me

RUN apt-get update && apt-get -y install \
RUN apt-get update && apt-get -y --no-install-recommends install \
nginx-extras \
zip unzip \
php8.2-fpm \
php8.2-curl \
php8.2-xml \
Expand Down

0 comments on commit 3fb94fd

Please sign in to comment.