Optimize dockerfile
Build and Publish Runner Image / build-and-push (push) Has been cancelled

This commit is contained in:
2026-06-04 17:39:32 +02:00
parent a11aa8c38b
commit 222cd094f8
+2 -4
View File
@@ -16,9 +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
# Cleanup, otherwise nix panicks
RUN rm -rf /homeless-shelter
RUN nix profile add nixpkgs#devenv && \
nix-collect-garbage -d
CMD ["/bin/bash"]