aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/Dockerfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/Dockerfile b/debian/Dockerfile
index edc605c..632a741 100644
--- a/debian/Dockerfile
+++ b/debian/Dockerfile
@@ -2,7 +2,7 @@
2FROM debian:stable-slim 2FROM debian:stable-slim
3 3
4ARG NIX_VERSION 4ARG NIX_VERSION
5ENV NIX_VERSION ${NIX_VERSION:-2.3.4} 5ENV NIX_VERSION ${NIX_VERSION:-2.3.9}
6ARG LANG 6ARG LANG
7ENV LANG ${LANG:-"en_US.UTF-8"} 7ENV LANG ${LANG:-"en_US.UTF-8"}
8 8
@@ -32,8 +32,7 @@ SHELL ["/usr/bin/env", "bash", "-l", "-c"]
32# Create bash profile 32# Create bash profile
33COPY --chown=nixuser:nixuser files/.profile ${HOME}/.profile 33COPY --chown=nixuser:nixuser files/.profile ${HOME}/.profile
34 34
35RUN nix-channel --add https://nixos.org/channels/nixpkgs-19.09-darwin nixpkgs \ 35RUN nix-channel --add https://nixos.org/channels/nixos-unstable nixpkgs \
36 && nix-channel --add https://nixos.org/channels/nixpkgs-unstable unstable \
37 && nix-channel --update 36 && nix-channel --update
38 37
39# Propagate UTF8 38# Propagate UTF8