diff --git a/.devcontainer/customisations-team/devcontainer.json b/.devcontainer/customisations-team/devcontainer.json index 5a0803656e..1e418d5242 100644 --- a/.devcontainer/customisations-team/devcontainer.json +++ b/.devcontainer/customisations-team/devcontainer.json @@ -5,7 +5,7 @@ "build": { "dockerfile": "../Dockerfile", "args": { - "VARIANT": "ubuntu-22.04" + "VARIANT": "ubuntu-24.04" } }, diff --git a/.devcontainer/customisations-team/setup.sh b/.devcontainer/customisations-team/setup.sh index 5511a2eb54..a29d5681b6 100644 --- a/.devcontainer/customisations-team/setup.sh +++ b/.devcontainer/customisations-team/setup.sh @@ -10,10 +10,6 @@ sudo service mysql start echo "[Codespaces] Start Apache" sudo apache2ctl start -# Add SSH key -# echo "[Codespaces] Add SSH key" -# echo "$SSH_KEY" > /home/vscode/.ssh/id_rsa && chmod 600 /home/vscode/.ssh/id_rsa - # Create a MySQL user to use echo "[Codespaces] Create MySQL user" sudo mysql -u root< /home/vscode/.ssh/id_rsa && chmod 600 /home/vscode/.ssh/id_rsa - # Create a MySQL user to use echo "[Codespaces] Create MySQL user" sudo mysql -u root<