Skip to content
Snippets Groups Projects
Verified Commit 189b7720 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Docker] Enable Sentry SDK in core image by default

parent f183bdf6
No related branches found
No related tags found
1 merge request!818[Docker] Install Sentry SDK in base image
FROM debian:bullseye-slim AS core
# Build arguments
ARG EXTRAS="ldap,s3"
ARG EXTRAS="ldap,s3,sentry"
ARG APP_VERSION=""
# Configure Python to be nice inside Docker and pip to stfu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment