add:nano sql3lite

This commit is contained in:
Andy Bunce 2026-04-06 20:58:45 +01:00
parent f9d976ecc5
commit d801fc63e5
2 changed files with 3 additions and 3 deletions

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 nano
default-jdk-headless just nano sqlite3
# install dotnet SDK
# https://learn.microsoft.com/en-gb/dotnet/core/tools/telemetry?tabs=dotnet10