Skip to content

Commit

Permalink
Merge pull request #5 from frodoslaw/feature-base-dockerfile-config
Browse files Browse the repository at this point in the history
Update Dockerfile and README
  • Loading branch information
frodoslaw authored Dec 13, 2017
2 parents 4e98459 + f73c8f9 commit 6dd5298
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ USER root
# Update
RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install curl -y
&& apt-get install curl -y \
&& apt-get install -y ruby ruby-dev

# Setup User "worker"
RUN useradd --home /home/worker -M worker -K UID_MIN=10000 -K GID_MIN=10000 -s /bin/bash
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# docker-rvm
Docker container for RVM tests.

[![Build Status](https://travis-ci.org/frodoslaw/docker-rvm.svg?branch=master)](https://travis-ci.org/frodoslaw/docker-rvm)
.Docker container for RVM tests.

### Information about image
1. OS: Ubuntu 14.04
2. RUBY'S: 2.1.8, 2.2.0, 2.3.0(default), 2.4.0
1. OS: Ubuntu 14.04 LTS
2. RUBY'S: 2.1.8, 2.2.0, 2.3.0(default), 2.4.0

### Usage
docker run -it --rm frodoslaw/docker-rvm /bin/bash

0 comments on commit 6dd5298

Please sign in to comment.