1
0
This commit is contained in:
Jacques Supcik
2023-02-24 17:27:13 +01:00
parent b3e2882bf5
commit c971926fe3
2 changed files with 3 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
"service": "toolchain", "service": "toolchain",
"workspaceFolder": "/workspace", "workspaceFolder": "/workspace",
"shutdownAction": "stopCompose", "shutdownAction": "stopCompose",
"remoteUser": "root",
"settings": {}, "settings": {},
"extensions": [ "extensions": [
"ms-vscode.cpptools" "ms-vscode.cpptools"

View File

@@ -1,5 +1,4 @@
# [Choice] Debian / Ubuntu version (use Debian 11, Ubuntu 18.04/21.04 on local arm64/Apple Silicon): debian-11, debian-10, ubuntu-21.04, ubuntu-20.04, ubuntu-18.04 ARG VARIANT=ubuntu-22.04
ARG VARIANT=ubuntu-21.04
FROM mcr.microsoft.com/vscode/devcontainers/cpp:0-${VARIANT} FROM mcr.microsoft.com/vscode/devcontainers/cpp:0-${VARIANT}
RUN apt-get update && \ RUN apt-get update && \