File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ USER root
44RUN apt-get update -y && apt-get install -y curl xz-utils sudo openssh-server
55RUN apt-get install -y locales && rm -rf /var/lib/apt/lists/* \
66 && localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
7- ENV LANG en_US.utf8
7+ ENV LANG " en_US.UTF-8"
88RUN useradd -m uniqueding
99RUN echo " uniqueding ALL=(ALL:ALL) NOPASSWD: ALL" >> /etc/sudoers
1010
@@ -19,6 +19,8 @@ USER uniqueding
1919
2020RUN mkdir -p /home/uniqueding/.config /home/uniqueding/.local/share /home/uniqueding/.cache
2121ENV USER "uniqueding"
22+ ENV LC_ALL "en_US.UTF-8"
23+ ENV LANG "en_US.UTF-8"
2224ENV PATH "/home/uniqueding/.nix-profile/bin:/home/uniqueding/.local/bin:${PATH}"
2325RUN curl https://mirrors.tuna.tsinghua.edu.cn/nix/latest/install | sh
2426RUN nix-env -iA nixpkgs.home-manager
You can’t perform that action at this time.
0 commit comments