Remove devenv from dockerfile
Build and Publish Runner Image / build-and-push (push) Successful in 16s
Build and Publish Runner Image / build-and-push (push) Successful in 16s
This commit is contained in:
+2
-2
@@ -16,7 +16,7 @@ RUN mkdir -p /etc/nix && \
|
|||||||
echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
|
echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
|
||||||
|
|
||||||
# Install devenv (the Nix way, not the apt-get way)
|
# Install devenv (the Nix way, not the apt-get way)
|
||||||
RUN nix profile add nixpkgs#devenv && \
|
# RUN nix profile add nixpkgs#devenv && \
|
||||||
nix-collect-garbage -d
|
# nix-collect-garbage -d
|
||||||
|
|
||||||
CMD ["/bin/bash"]
|
CMD ["/bin/bash"]
|
||||||
|
|||||||
Reference in New Issue
Block a user