feat: update from n590590

Signed-off-by: juliano.barbosa <julianomb@gmail.com>
This commit is contained in:
juliano.barbosa 2025-01-17 09:32:33 -03:00
parent cc89dd6f5f
commit 7867c90aec
No known key found for this signature in database
GPG key ID: EB8B440F57360B3D
5 changed files with 58 additions and 93 deletions

9
.devcontainer/Dockerfile Normal file
View 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