add: nano

This commit is contained in:
Andy Bunce 2026-04-03 16:52:51 +01:00
parent 2b744a94a3
commit 0c915b357e

View file

@ -5,7 +5,7 @@ FROM python:3.12-slim
RUN apt-get update && apt-get install -y \
git curl build-essential unzip sudo \
ffmpeg jq zsh pkg-config libssl-dev wget \
default-jdk-headless just
default-jdk-headless just nano
# install dotnet SDK
# https://learn.microsoft.com/en-gb/dotnet/core/tools/telemetry?tabs=dotnet10