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

emsdk image extended by zopfli tool to support pure inflate/deflate compression

parent ed209c4a
No related branches found
No related tags found
1 merge request!71emsdk image extended by zopfli tool to support pure inflate/deflate compression
......@@ -18,7 +18,9 @@ RUN apt-get update && \
ninja-build \
autoconf \
libtool \
protobuf-compiler && \
protobuf-compiler \
zopfli \
&& \
apt-get clean && rm -r /var/lib/apt/lists/*
FROM supplemented_emscripten_sdk AS supplemented_node_sdk
......
......@@ -83,7 +83,7 @@ target "tox-test-runner" {
target "emsdk" {
dockerfile = "Dockerfile.emscripten"
tags = generate-tags("emsdk", "${EMSCRIPTEN_VERSION}-1")
tags = generate-tags("emsdk", "${EMSCRIPTEN_VERSION}-2")
cache-from = generate-cache-from("emsdk", "${EMSCRIPTEN_VERSION}")
cache-to = generate-cache-to("emsdk", "${EMSCRIPTEN_VERSION}")
args = {
......
......@@ -11,5 +11,5 @@ export DOCKER_BUILDKIT=1
docker build --target=supplemented_emscripten_builder \
--build-arg "EMSCRIPTEN_VERSION=${EMSDK_VERSION}" \
--tag "${REGISTRY}emsdk:${EMSDK_VERSION}-1" \
--tag "${REGISTRY}emsdk:${EMSDK_VERSION}-2" \
--file "${SRCDIR}/Dockerfile.emscripten" "${SRCDIR}"
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