Skip to content

Commit 7e2eb79

Browse files
add curl
1 parent d19b883 commit 7e2eb79

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ RUN yarn workspace @sourcebot/backend build
132132

133133
# Upload source maps to Sentry if we have the necessary build-time args.
134134
RUN if [ -n "$SENTRY_SMUAT" ] && [ -n "$SENTRY_ORG" ] && [ -n "$SENTRY_BACKEND_PROJECT" ] && [ -n "$NEXT_PUBLIC_SOURCEBOT_VERSION" ]; then \
135+
apk add --no-cache curl; \
135136
curl -sL https://sentry.io/get-cli/ | sh; \
136137
sentry-cli auth --token $SENTRY_SMUAT; \
137138
sentry-cli sourcemaps inject --org $SENTRY_ORG --project $SENTRY_BACKEND_PROJECT --release $NEXT_PUBLIC_SOURCEBOT_VERSION ./packages/backend/dist; \

0 commit comments

Comments
 (0)