diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,3 +23,4 @@ RUN cd && wget https://nixos.org/releases/nix/nix-$NIX_VERSION/nix-$NIX_VERSION- | |||
23 | ENV ENV="/home/nixuser/.nix-profile/etc/profile.d/nix.sh" | 23 | ENV ENV="/home/nixuser/.nix-profile/etc/profile.d/nix.sh" |
24 | RUN ln -s ${ENV} ${HOME}/.profile | 24 | RUN ln -s ${ENV} ${HOME}/.profile |
25 | SHELL ["/usr/bin/env", "bash", "-l", "-c"] | 25 | SHELL ["/usr/bin/env", "bash", "-l", "-c"] |
26 | ENTRYPOINT ["/usr/bin/env", "bash", "-l", "-c"] | ||