removed ssh agent socket redundancy for vscode, created new user for limiting root access, adapted devcontainer.json to changes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM espressif/idf:release-v5.5
|
||||
#instalar git, herramientas basicas y reglas udev
|
||||
RUN apt-get update && apt-get install -y git curl python3-pip udev clangd && rm -rf /var/lib/apt/lists/*
|
||||
RUN apt-get update && apt-get install -y git curl python3-pip neovim udev clangd && rm -rf /var/lib/apt/lists/*
|
||||
# Vamos a evitar usar el usuario root para todo
|
||||
|
||||
RUN useradd -m -u 1200 -g dialout espDev
|
||||
|
||||
Reference in New Issue
Block a user