Remove devenv from dockerfile
Build and Publish Runner Image / build-and-push (push) Successful in 16s

This commit is contained in:
2026-06-04 17:45:02 +02:00
parent 222cd094f8
commit 0da0e3c7fc
+2 -2
View File
@@ -16,7 +16,7 @@ RUN mkdir -p /etc/nix && \
echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
# Install devenv (the Nix way, not the apt-get way)
RUN nix profile add nixpkgs#devenv && \
nix-collect-garbage -d
# RUN nix profile add nixpkgs#devenv && \
# nix-collect-garbage -d
CMD ["/bin/bash"]