We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db31bc commit 8c55030Copy full SHA for 8c55030
builders/wasm32-unknown-emscripten/Dockerfile
@@ -11,6 +11,7 @@ RUN set -eux; \
11
apt-get update; \
12
apt-get install ruby ruby-dev ruby-bundler nodejs \
13
bison make autoconf git curl build-essential \
14
+ pkg-config libssl-dev \
15
libyaml-dev zlib1g-dev gosu \
16
libclang-13-dev -y; \
17
apt-get clean; \
builders/wasm32-unknown-wasi/Dockerfile
@@ -12,6 +12,7 @@ RUN set -eux; \
18
0 commit comments