This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 \ |