Skip to content

Instantly share code, notes, and snippets.

View alxtrkhv's full-sized avatar
:shipit:

Aleksandras Terechovas alxtrkhv

:shipit:
View GitHub Profile
@alxtrkhv
alxtrkhv / Dockerfile
Last active October 10, 2025 19:40
Ubuntu Python+Node devcontainer base
FROM ubuntu:25.04
ENV DEBIAN_FRONTEND=noninteractive
ARG USERNAME=ubuntu
ARG PYTHON_VERSION=3.14.0
ARG NODE_VERSION=24.10.0
RUN apt update && apt install -y \
git \