diff options
-rw-r--r-- | alpine/Dockerfile | 5 | ||||
-rw-r--r-- | debian/Dockerfile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 1bf3a3b..952e3ea 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile | |||
@@ -27,8 +27,9 @@ RUN echo ". ${ENV}" >> ${HOME}/.profile | |||
27 | # All subsequent "RUN" will use a login shell | 27 | # All subsequent "RUN" will use a login shell |
28 | SHELL ["/usr/bin/env", "bash", "-l", "-c"] | 28 | SHELL ["/usr/bin/env", "bash", "-l", "-c"] |
29 | 29 | ||
30 | RUN nix-channel --add https://nixos.org/channels/nixpkgs-18.09-darwin nixpkgs \ | 30 | RUN nix-channel --add https://nixos.org/channels/nixpkgs-19.03-darwin nixpkgs \ |
31 | && nix-channel --update | 31 | && nix-channel --add https://nixos.org/channels/nixpkgs-unstable unstable \ |
32 | && nix-channel --update | ||
32 | 33 | ||
33 | # Propagate UTF8 | 34 | # Propagate UTF8 |
34 | # https://github.com/NixOS/nix/issues/599#issuecomment-153885553 | 35 | # https://github.com/NixOS/nix/issues/599#issuecomment-153885553 |
diff --git a/debian/Dockerfile b/debian/Dockerfile index 70e36fc..d8e9b97 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile | |||
@@ -27,8 +27,9 @@ RUN echo ". ${ENV}" >> ${HOME}/.profile | |||
27 | # All subsequent "RUN" will use a login shell | 27 | # All subsequent "RUN" will use a login shell |
28 | SHELL ["/usr/bin/env", "bash", "-l", "-c"] | 28 | SHELL ["/usr/bin/env", "bash", "-l", "-c"] |
29 | 29 | ||
30 | RUN nix-channel --add https://nixos.org/channels/nixpkgs-18.09-darwin nixpkgs \ | 30 | RUN nix-channel --add https://nixos.org/channels/nixpkgs-19.03-darwin nixpkgs \ |
31 | && nix-channel --update | 31 | && nix-channel --add https://nixos.org/channels/nixpkgs-unstable unstable \ |
32 | && nix-channel --update | ||
32 | 33 | ||
33 | # Propagate UTF8 | 34 | # Propagate UTF8 |
34 | # https://github.com/NixOS/nix/issues/599#issuecomment-153885553 | 35 | # https://github.com/NixOS/nix/issues/599#issuecomment-153885553 |