Skip to content

Commit

Permalink
Install docker into Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
adammw committed Aug 21, 2018
1 parent d301c23 commit d6658a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM ruby:2.5.1-slim

RUN apt-get update && apt-get install -y build-essential default-libmysqlclient-dev libpq-dev libsqlite3-dev wget apt-transport-https git curl
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - && apt-get install nodejs -y
RUN curl -fsSL https://get.docker.com | bash -

WORKDIR /app

Expand Down

0 comments on commit d6658a3

Please sign in to comment.