From 189b7720090c7e3c7b05f5b3454300dad9b0ed19 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Tue, 14 Dec 2021 12:53:00 +0100 Subject: [PATCH] [Docker] Enable Sentry SDK in core image by default --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d26f09b2a..b8893aa39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ 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 -- GitLab