X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=debian%2FDockerfile;h=7e4eaea2fdcd5b1b27aa10570c1af0ff60bf037e;hb=3e331d51d19f4335fa7c2583ce855d7acc1ece21;hp=90b2e65848c6f69f627a2efb1071884e7d3b439b;hpb=937d660cdc7b7b82cc6e75641ee6f21ff43e017a;p=github%2Ffretlink%2Fdocker-nix.git diff --git a/debian/Dockerfile b/debian/Dockerfile index 90b2e65..7e4eaea 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -40,9 +40,6 @@ RUN nix-env -iA nixpkgs.glibcLocales # < Nix context as a volume # We want to be able to define /nix/store as a volume -# We thus need to "save" the current nix context to be able -# to restore it at startup time -RUN cp -R /nix /home/nixuser/initial-nix VOLUME ["/nix"] # Create bash profile COPY --chown=nixuser:nixuser files/.profile ${HOME}/.profile