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

bookwork-multipython: Remove installation of emscripten

This tools is no longer needed in the SWH development environment
and its installation takes more than 1Gb of disk space.
parent 6b865dee
No related branches found
No related tags found
No related merge requests found
......@@ -164,10 +164,6 @@ RUN mkdir -p /home/${user}/.local/npm-packages && \
ENV PATH "/home/${user}/.local/npm-packages/bin:${PATH}"
# install emscripten required for generating tree-sitter WASM module in swh-search
COPY --from=emscripten/emsdk:latest /emsdk /emsdk
ENV PATH="/emsdk/upstream/emscripten:${PATH}"
# install Azurite, a clone of Azure Blob Storage used for swh-objstorage tests
RUN npm install -g azurite
......
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