]> git.immae.eu Git - github/fretlink/docker-nix.git/commitdiff
dockerfile(entrypoint): use "login shell" in all bash commands update-entrypoint
authorPaul B <paul@bonaud.fr>
Fri, 26 Oct 2018 10:17:16 +0000 (12:17 +0200)
committerPaul B <paul@bonaud.fr>
Fri, 26 Oct 2018 10:17:16 +0000 (12:17 +0200)
Dockerfile

index 5841614eb1fa886f94cb2337c12f88bf84a6009a..8b7c44d4fb7dea4b4cbd63ea1caeef0a7e9b3528 100644 (file)
@@ -23,3 +23,4 @@ RUN cd && wget https://nixos.org/releases/nix/nix-$NIX_VERSION/nix-$NIX_VERSION-
 ENV ENV="/home/nixuser/.nix-profile/etc/profile.d/nix.sh"
 RUN ln -s ${ENV} ${HOME}/.profile
 SHELL ["/usr/bin/env", "bash", "-l", "-c"]
+ENTRYPOINT ["/usr/bin/env", "bash", "-l", "-c"]