Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-allen-ck committed Apr 12, 2024
1 parent ba9ae50 commit eff7050
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-service-guacamole-linuxvm
version: 0.6.26
version: 0.6.27
description: "An Azure TRE User Resource Template for Guacamole (Linux)"
dockerfile: Dockerfile.tmpl
registry: azuretre
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ set -o nounset
# set -o xtrace

#remove key if they already exist
sudo rm-f /etc/apt/trusted.gpg.d/docker-archive-keyring.gpg || true
sudo rm-f /etc/apt/trusted.gpg.d/microsoft.gpg || true
sudo rm -f /etc/apt/trusted.gpg.d/docker-archive-keyring.gpg || true
sudo rm -f /etc/apt/trusted.gpg.d/microsoft.gpg || true

# Get Docker Public key from Nexus
curl -fsSL "${NEXUS_PROXY_URL}"/repository/docker-public-key/gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/docker-archive-keyring.gpg
Expand Down

0 comments on commit eff7050

Please sign in to comment.