Skip to content
Snippets Groups Projects
Commit 3b978a21 authored by Balasankar C's avatar Balasankar C Committed by Marin Jankovski
Browse files

Add ruby-docker image for building docker images

parent c582a31d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -40,6 +40,7 @@ xenial test: *test_build
opensuse13.2 test: *test_build
opensuse42.1 test: *test_build
jessie_packer test: *test_build
ruby_docker test: *test_build
 
wheezy: *build_and_deploy
centos7: *build_and_deploy
Loading
Loading
@@ -54,3 +55,4 @@ xenial: *build_and_deploy
opensuse13.2: *build_and_deploy
opensuse42.1: *build_and_deploy
jessie_packer: *build_and_deploy
ruby_docker: *build_and_deploy
FROM debian:jessie-slim
# Install required packages
RUN echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/sources.list \
&& apt-get update -q \
&& DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends \
ca-certificates \
git \
make \
gcc \
ruby \
ruby-dev \
libc6-dev \
docker.io \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN gem install bundler
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment