mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add missing gpg package
This commit is contained in:
parent
7e4d101865
commit
d3a9f21b7b
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ PKG=google-chrome-stable
|
|||
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
apt-get -y update
|
||||
apt-get -y install apt-utils curl bash
|
||||
apt-get -y install apt-utils curl bash gnupg2
|
||||
|
||||
curl -sS -L https://dl.google.com/linux/linux_signing_key.pub | apt-key add -
|
||||
echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google.list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue