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

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

parent 34227a7a
No related tags found
No related merge requests found
Pipeline #31 passed
......@@ -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