Fix container

This commit is contained in:
Alois 2026-08-20 18:37:00 +02:00
commit ae16cf7474
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24

View file

@ -2,7 +2,7 @@ FROM docker.io/nixos/nix:2.32.8
LABEL org.opencontainers.image.source="https://git.methanium.net/alois/nixos-docker-container" LABEL org.opencontainers.image.source="https://git.methanium.net/alois/nixos-docker-container"
RUN nix profile add \ RUN nix --extra-experimental-features "nix-command flakes" profile add \
nixpkgs#bun \ nixpkgs#bun \
nixpkgs#gnused \ nixpkgs#gnused \
nixpkgs#jdk21 \ nixpkgs#jdk21 \