We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3097011 commit b8fa171Copy full SHA for b8fa171
Dockerfile.ruby
@@ -2,7 +2,7 @@ FROM ruby:2.3-alpine
2
3
MAINTAINER Tomas Korcak <korczis@gmail.com>
4
5
-RUN apk add --no-cache curl make gcc git g++ python linux-headers binutils-gold gnupg libstdc++ openssl cmake
+RUN apk add --no-cache curl make gcc git g++ python linux-headers binutils-gold gnupg libstdc++ openssl cmake curl-dev
6
7
RUN ln -s /usr/bin/make /usr/bin/gmake
8
0 commit comments