self-hosted/sentry/enhance-image.example.sh
2022-05-25 12:54:29 -04:00

8 lines
283 B
Bash
Executable File

#!/bin/bash
# Enhance the base $SENTRY_IMAGE with additional dependencies, plugins - see https://github.com/getsentry/self-hosted#enhance-sentry-image
# For example:
# apt-get update
# apt-get install -y gcc libsasl2-dev python-dev libldap2-dev libssl-dev
# pip install python-ldap