Skip to content

Commit

Permalink
Merge pull request #1428 from Fossil01/patchdockerfile
Browse files Browse the repository at this point in the history
Add image optimization tools to Dockerfile
  • Loading branch information
DariusIII authored Oct 4, 2023
2 parents 0139483 + e2924ec commit cc786a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN apt-get update \
tmux iputils-ping net-tools libmediainfo0v5 mediainfo libzen0v5 ffmpeg \
sudo jq htop fonts-powerline nano bash-completion time wget cron \
nginx php8.2-fpm \
jpegoptim webp optipng pngquant libavif-bin \
&& curl -sLS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer \
&& curl -sLS https://deb.nodesource.com/setup_$NODE_VERSION.x | bash - \
&& apt-get install -y nodejs \
Expand Down Expand Up @@ -61,4 +62,4 @@ RUN chmod +x /usr/local/bin/start-container
EXPOSE 80

#ENTRYPOINT ["tail", "-f", "/dev/null"] # Use only for debugging
ENTRYPOINT ["start-container"]
ENTRYPOINT ["start-container"]

0 comments on commit cc786a0

Please sign in to comment.