Skip to content

Commit

Permalink
Sentry merged.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zen0x7 committed Sep 22, 2024
1 parent 8f27b91 commit 664e7d3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ RUN apt update -qq \
&& ldconfig \
&& cd .. \
&& cd .. \
&& rm libbcrypt -rf

RUN wget https://github.com/getsentry/sentry-native/releases/download/0.7.9/sentry-native.zip \
&& rm libbcrypt -rf \
&& wget https://github.com/getsentry/sentry-native/releases/download/0.7.9/sentry-native.zip \
&& unzip sentry-native.zip -d sentry \
&& rm sentry-native.zip \
&& cd sentry \
Expand Down

0 comments on commit 664e7d3

Please sign in to comment.