Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-allen-ck committed Apr 29, 2024
1 parent eb59085 commit 3ecdec7
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.46
version: 0.6.47
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 @@ -13,7 +13,7 @@ sudo rm -f /etc/apt/sources.list.d/*
echo "init_vm.sh: START"
sudo apt update || true
sudo apt upgrade -y
sudo apt install -y gnupg software-properties-common apt-transport-https wget dirmngr gdebi-core
sudo apt install -y gnupg2 software-properties-common apt-transport-https wget dirmngr gdebi-core
sudo apt-get update || true

## Desktop
Expand All @@ -37,7 +37,7 @@ sudo systemctl enable xrdp
sudo service xrdp restart

## Python 3.8 and Jupyter
sudo apt install -y jupyter-notebook microsoft-edge-dev
sudo apt install -y jupyter-notebook microsoft-edge-dev chromium-browser

## VS Code
echo "init_vm.sh: VS Code"
Expand Down

0 comments on commit 3ecdec7

Please sign in to comment.