[docker] Dockerfile can be simplified even more

No need to copy .nix files. They are bound by CI anyways.
parent 2f87e554
Pipeline #7455 passed with stages
in 80 minutes and 46 seconds
......@@ -33,14 +33,6 @@ RUN apt-get update && \
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
COPY ./shell.nix /builds/gargantext/shell.nix
COPY ./nix/pkgs.nix /builds/gargantext/nix/pkgs.nix
COPY ./nix/corenlp.nix /builds/gargantext/nix/corenlp.nix
COPY ./nix/graphviz.nix /builds/gargantext/nix/graphviz.nix
COPY ./nix/igraph.nix /builds/gargantext/nix/igraph.nix
COPY ./nix/pinned-25.05.nix /builds/gargantext/nix/pinned-25.05.nix
COPY ./bin/setup-ci-environment /builds/gargantext/bin/setup-ci-environment
RUN set -o pipefail && \
locale-gen en_US.UTF-8 && \
bash <(curl -L https://releases.nixos.org/nix/nix-2.26.2/install) --no-daemon && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment