Skip to content

Commit a9623e2

Browse files
Install ruby-bundler package in builder
1 parent 2a80008 commit a9623e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builders/wasm32-unknown-emscripten/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG NODE_MAJOR_VERSION=20
44

55
RUN set -eux; \
66
apt-get update; \
7-
apt-get install ruby bison make autoconf git curl build-essential libyaml-dev zlib1g-dev gosu -y; \
7+
apt-get install ruby ruby-bundler bison make autoconf git curl build-essential libyaml-dev zlib1g-dev gosu -y; \
88
apt-get install -y ca-certificates curl gnupg; \
99
mkdir -p /etc/apt/keyrings; \
1010
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg; \

builders/wasm32-unknown-wasi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG NODE_MAJOR_VERSION=20
55

66
RUN set -eux; \
77
apt-get update; \
8-
apt-get install ruby bison make autoconf git curl build-essential libyaml-dev zlib1g-dev gosu -y; \
8+
apt-get install ruby ruby-bundler bison make autoconf git curl build-essential libyaml-dev zlib1g-dev gosu -y; \
99
apt-get install -y ca-certificates curl gnupg; \
1010
mkdir -p /etc/apt/keyrings; \
1111
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg; \

0 commit comments

Comments
 (0)