Add container
This commit is contained in:
parent
bafad9823b
commit
699b4af434
4 changed files with 61 additions and 1 deletions
13
Dockerfile
Normal file
13
Dockerfile
Normal 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
|
||||
Loading…
Reference in a new issue