Skip to content
Snippets Groups Projects
Commit 4366b64c authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Dockerfile.emscripten extended by jq tool (needed by wax/beekeeper npm package generators)

parent bade6e0b
No related branches found
No related tags found
1 merge request!16Improved support for TS/JS specific builders
Pipeline #73969 passed
...@@ -10,6 +10,7 @@ USER root ...@@ -10,6 +10,7 @@ USER root
RUN apt-get update && \ RUN apt-get update && \
DEBIAN_FRONTEND=noniteractive apt-get install -y \ DEBIAN_FRONTEND=noniteractive apt-get install -y \
git \ git \
jq \
autoconf \ autoconf \
libtool libtool
......
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