feat: update from n590590
Signed-off-by: juliano.barbosa <julianomb@gmail.com>
This commit is contained in:
parent
cc89dd6f5f
commit
7867c90aec
5 changed files with 58 additions and 93 deletions
9
.devcontainer/Dockerfile
Normal file
9
.devcontainer/Dockerfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
FROM mcr.microsoft.com/devcontainers/base:ubuntu-24.04
|
||||
|
||||
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
||||
&& apt-get -y install --no-install-recommends \
|
||||
build-essential \
|
||||
python3 \
|
||||
python3-pip
|
||||
|
||||
USER vscode
|
||||
Loading…
Add table
Add a link
Reference in a new issue