Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Install and enable image optimizer binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Nov 23, 2023
1 parent ea990d7 commit f586835
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ USER root

# Install `psql`, useful for `manage.py dbshell`
RUN apt-get update --yes --quiet && apt-get install --yes --quiet --no-install-recommends \
postgresql-client \
postgresql-client jpegoptim pngquant gifsicle libjpeg-progs webp \
&& apt-get autoremove && rm -rf /var/lib/apt/lists/*

# Restore user
Expand Down
2 changes: 2 additions & 0 deletions tbx/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,3 +569,5 @@
]
# people hr feed
PEOPLEHR_FEED_URL = env.get("PEOPLEHR_FEED_URL", "")

WILLOW_OPTIMIZERS = True

0 comments on commit f586835

Please sign in to comment.