diff options
author | Alexander Polcyn <apolcyn@google.com> | 2017-09-07 11:17:20 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2017-09-09 16:32:49 +0200 |
commit | c45d67243996784d7f8f6c6f0751054eae56f6d1 (patch) | |
tree | e60ff825432a90673c22f2bd63d25b001a1bf980 /third_party/rake-compiler-dock/Dockerfile | |
parent | d0033d977cc63ba1e04d4606604bfa38a2a0af01 (diff) |
remove unnecessary libssl-dev installation
Diffstat (limited to 'third_party/rake-compiler-dock/Dockerfile')
-rw-r--r-- | third_party/rake-compiler-dock/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/rake-compiler-dock/Dockerfile b/third_party/rake-compiler-dock/Dockerfile index 2f35b2653f..b4a5158535 100644 --- a/third_party/rake-compiler-dock/Dockerfile +++ b/third_party/rake-compiler-dock/Dockerfile @@ -205,6 +205,5 @@ RUN echo '!<arch>' > /usr/local/rake-compiler/ruby/i686-linux-gnu/ruby-2.4.0/lib ENV RUBY_CC_VERSION 2.4.0:2.3.0:2.2.2:2.1.5:2.0.0 RUN apt-get install -y g++-multilib -RUN apt-get install -y libssl-dev CMD bash |