Skip to content

Commit 1d824db

Browse files
chore: update dockerfile with deps (#1192)
1 parent a0fe69e commit 1d824db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

rules_ruby_gapic/docker_testing/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,16 @@ RUN curl https://bazel.build/bazel-release.pub.gpg | apt-key add - \
3535
### Requirement: system has `wget` to get the gapic-generator-ruby repo
3636
### Requirement: `tar` and `unzip` are both used to produce packaged built libraries
3737
### Requirement: system has `make` to build ruby
38-
### Requirement: system has `zlib` and `zlib-dev`, `libreadline` and `libreadline-dev`, `openssl` and `openssl-dev`, all needed for rubygems to work
38+
### Requirement: system has `zlib-dev`, `libreadline-dev`, `libssl-dev`, `libyaml-dev` for rubygems to work
3939
RUN apt-get update && apt-get install -y --no-install-recommends \
4040
wget \
4141
tar \
4242
unzip \
4343
make \
4444
zlib1g-dev \
4545
libreadline-dev \
46-
libssl-dev \
46+
libssl-dev \
47+
libyaml-dev \
4748
&& rm -rf /var/lib/apt/lists/*
4849

4950
### Requirement: Set the correct locale so Ruby strings default to UTF-8, needed for template engine to work

0 commit comments

Comments
 (0)