Skip to content

Commit b8fa171

Browse files
author
Petr Gadorek
committed
SETI-2444 fix docker run on jenkins slaves
1 parent 3097011 commit b8fa171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.ruby

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ruby:2.3-alpine
22

33
MAINTAINER Tomas Korcak <korczis@gmail.com>
44

5-
RUN apk add --no-cache curl make gcc git g++ python linux-headers binutils-gold gnupg libstdc++ openssl cmake
5+
RUN apk add --no-cache curl make gcc git g++ python linux-headers binutils-gold gnupg libstdc++ openssl cmake curl-dev
66

77
RUN ln -s /usr/bin/make /usr/bin/gmake
88

0 commit comments

Comments
 (0)