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

base-buster/Dockerfile: Install nix binaries in buster image

The new swh directory loader will check recursive nar checksum
for downloaded tarball content using the nix-store command if
it is available in execution environment.
parent 3784c57a
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,10 @@ RUN cd /opt && git clone https://github.com/emscripten-core/emsdk.git && cd emsd
&& ./emsdk install latest && ./emsdk activate latest
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
RUN pip3 install tree-sitter
## vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv ##
......
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