Skip to content
Snippets Groups Projects
Commit c4c67c17 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

base-buster/Dockerfile: Ensure to add nix binaries location in PATH

This is required in order for swh tests that use nix binaries being able
to locate them.
parent 34227a7a
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,7 @@ ENV PATH="${PATH}:/opt/emsdk/upstream/emscripten"
# install nix binaries that can be used by swh directory loader
RUN curl -L https://nixos.org/nix/install -o /tmp/nix_install
RUN sh /tmp/nix_install --daemon --no-channel-add --daemon-user-count 1
ENV PATH="/nix/var/nix/profiles/default/bin/:${PATH}"
RUN pip3 install tree-sitter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment