Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alchemy
Infrastructure
Ubuntu Build Image
Commits
f77b6a07
Commit
f77b6a07
authored
Feb 03, 2022
by
Rye Mutt
🍞
Browse files
Update sentry-cli to 1.72.1
parent
6c88e4e3
Pipeline
#1439
passed with stage
in 4 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
f77b6a07
...
...
@@ -2,9 +2,9 @@ FROM ubuntu:20.04
ENV
DEBIAN_FRONTEND=noninteractive
RUN
apt-get update
-q
&&
apt-get full-upgrade
-y
&&
apt-get
install
-y
software-properties-common gpg wget
RUN
wget
-O
- https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | apt-key add -
\
RUN
apt-get update
-q
&&
apt-get full-upgrade
-y
\
&&
apt-get
install
-y
software-properties-common gpg wget
\
&&
wget
-O
- https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | apt-key add -
\
&&
apt-add-repository
'deb https://apt.kitware.com/ubuntu/ focal main'
\
&&
apt-get update
&&
apt-get
install
kitware-archive-keyring
\
&&
apt-key
--keyring
/etc/apt/trusted.gpg del C1F34CDD40CD72DA
\
...
...
@@ -20,11 +20,9 @@ RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/nul
echo
'fr_FR.UTF-8 UTF-8'
>>
/etc/locale.gen
&&
\
echo
'en_GB.UTF-8 UTF-8'
>>
/etc/locale.gen
&&
\
locale-gen
&&
\
rm
-rf
/var/lib/apt/lists/
*
# Add sentry-cli tool
ADD
https://downloads.sentry-cdn.com/sentry-cli/1.71.0/sentry-cli-Linux-x86_64 /usr/local/bin/sentry-cli
RUN
chmod
0755 /usr/local/bin/sentry-cli
rm
-rf
/var/lib/apt/lists/
*
&&
\
wget
-O
/usr/local/bin/sentry-cli https://downloads.sentry-cdn.com/sentry-cli/1.72.1/sentry-cli-Linux-x86_64
&&
\
chmod
0755 /usr/local/bin/sentry-cli
# Set the locale
ENV
LANG en_US.UTF-8
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment