juliano.barbosa 7867c90aec
feat: update from n590590
Signed-off-by: juliano.barbosa <julianomb@gmail.com>
2025-01-17 09:32:33 -03:00

9 lines
234 B
Docker

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