Skip to content

Commit

Permalink
install django-redis
Browse files Browse the repository at this point in the history
  • Loading branch information
ds committed Mar 3, 2024
1 parent f9a02ed commit b4ae012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.sentry
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN set -xe && \
apt-get update -qq && \
apt-get install -qq -y --no-install-recommends build-essential libsasl2-dev libldap2-dev libssl-dev && \
cd /tmp && \
pip install --no-cache-dir --prefer-binary sentry-auth-ldap==23.6.0 && \
pip install --no-cache-dir --prefer-binary sentry-auth-ldap==23.6.0 django-redis==5.4.0 && \
apt-mark manual $(dpkg-query --show -f '${Package} ' 'libsasl2*' 'libldap*' 'libssl*') && \
apt-mark auto build-essential $(dpkg-query --show -f '${Package} ' '*-dev') && \
apt-get autoremove -qq -y --purge && \
Expand Down

0 comments on commit b4ae012

Please sign in to comment.