Skip to content

Commit 20af972

Browse files
remove python-dev (#3242)
this package does not exist on modern debians, the headers are already available in the docker image anyway resolves #3226
1 parent 0b11564 commit 20af972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry/enhance-image.example.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Enhance the base $SENTRY_IMAGE with additional dependencies, plugins - see https://github.com/getsentry/self-hosted#enhance-sentry-image
44
# For example:
55
# apt-get update
6-
# apt-get install -y gcc libsasl2-dev python-dev libldap2-dev libssl-dev
6+
# apt-get install -y gcc libsasl2-dev libldap2-dev libssl-dev
77
# pip install python-ldap

0 commit comments

Comments
 (0)