Skip to content

Commit

Permalink
Install Ruby as well
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed May 17, 2018
1 parent e1e5a96 commit 61dae4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ USER root

LABEL maintainer="lmazuel"

# Basic Ubuntu packages (libunwind for .NET)
RUN apt-get update && apt-get install -y curl git software-properties-common locales libunwind8
# Basic Ubuntu packages + Ruby (libunwind for .NET)
RUN apt-get update && apt-get install -y curl git software-properties-common locales libunwind8 ruby bundler

# NodeJS
RUN curl -sL https://deb.nodesource.com/setup_7.x | bash - && \
Expand Down

0 comments on commit 61dae4d

Please sign in to comment.