Fix container
This commit is contained in:
parent
7fc776370e
commit
ae16cf7474
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
RUN nix profile add \
|
||||
RUN nix --extra-experimental-features "nix-command flakes" profile add \
|
||||
nixpkgs#bun \
|
||||
nixpkgs#gnused \
|
||||
nixpkgs#jdk21 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue