aboutsummaryrefslogtreecommitdiffhomepage
path: root/alpine
diff options
context:
space:
mode:
Diffstat (limited to 'alpine')
-rw-r--r--alpine/Dockerfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/alpine/Dockerfile b/alpine/Dockerfile
index f6ea60c..db794af 100644
--- a/alpine/Dockerfile
+++ b/alpine/Dockerfile
@@ -2,7 +2,7 @@
2FROM alpine 2FROM alpine
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