aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'debian/Dockerfile')
-rw-r--r--debian/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/Dockerfile b/debian/Dockerfile
index 6c09f82..70e36fc 100644
--- a/debian/Dockerfile
+++ b/debian/Dockerfile
@@ -27,8 +27,8 @@ RUN echo ". ${ENV}" >> ${HOME}/.profile
27# All subsequent "RUN" will use a login shell 27# All subsequent "RUN" will use a login shell
28SHELL ["/usr/bin/env", "bash", "-l", "-c"] 28SHELL ["/usr/bin/env", "bash", "-l", "-c"]
29 29
30RUN nix-channel --add https://nixos.org/channels/nixpkgs-unstable \ 30RUN nix-channel --add https://nixos.org/channels/nixpkgs-18.09-darwin nixpkgs \
31 && nix-channel --update 31 && nix-channel --update
32 32
33# Propagate UTF8 33# Propagate UTF8
34# https://github.com/NixOS/nix/issues/599#issuecomment-153885553 34# https://github.com/NixOS/nix/issues/599#issuecomment-153885553