Add container

This commit is contained in:
Alois 2026-08-20 17:46:10 +02:00
commit 699b4af434
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
4 changed files with 61 additions and 1 deletions

13
Dockerfile Normal file
View file

@ -0,0 +1,13 @@
FROM docker.io/nixos/nix:2.32.8
LABEL org.opencontainers.image.source="https://git.methanium.net/alois/nixos-docker-container"
RUN nix profile add \
nixpkgs#bun \
nixpkgs#gnused \
nixpkgs#jdk21 \
nixpkgs#jq \
nixpkgs#nodejs_24 \
nixpkgs#pnpm \
nixpkgs#rsync \
nixpkgs#stdenv.cc