Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ds committed Aug 20, 2024
1 parent 6d0f65d commit 76a8a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.sentry
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ COPY docker/requirements-extra.txt /tmp/
RUN set -xe && \
echo 'debconf debconf/frontend select noninteractive' | debconf-set-selections && \
apt-get update -qq && \
apt-get install -qq -y --no-install-recommends build-essential libsasl2-dev libldap2-dev libssl-dev && \
apt-get install -qq -y --no-install-recommends build-essential libsasl2-dev libldap2-dev libssl-dev git && \
cd /tmp && \
pip install --no-cache-dir --prefer-binary -r /tmp/requirements-extra.txt && \
apt-mark manual $(dpkg-query --show -f '${Package} ' 'libsasl2*' 'libldap*' 'libssl*') && \
apt-mark auto build-essential $(dpkg-query --show -f '${Package} ' '*-dev') && \
apt-mark auto build-essential git $(dpkg-query --show -f '${Package} ' '*-dev') && \
apt-get autoremove -qq -y --purge && \
apt-get clean -qq -y && \
rm -rf -- /var/lib/apt/lists/ /tmp/*

0 comments on commit 76a8a31

Please sign in to comment.