mirror of
https://github.com/getsentry/self-hosted.git
synced 2025-12-08 19:46:14 +00:00
9 lines
289 B
Bash
Executable File
9 lines
289 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
# Enhance the base $SENTRY_IMAGE with additional dependencies, plugins - see https://develop.sentry.dev/self-hosted/#enhance-sentry-image
|
|
# For example:
|
|
# apt-get update
|
|
# apt-get install -y gcc libsasl2-dev libldap2-dev libssl-dev
|
|
# pip install python-ldap
|