Skip to content

Commit

Permalink
Install the system and language libraries
Browse files Browse the repository at this point in the history
[refs #f34238344b71]
  • Loading branch information
jfahrer committed May 5, 2018
1 parent 003f3c9 commit 791c6a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion developing/webapp/Dockerfile
Expand Up @@ -2,7 +2,8 @@ FROM ruby:2.4.3-alpine

WORKDIR /app

RUN gem install sinatra
RUN apk update && apk add build-base postgresql-dev
RUN gem install sinatra pg

COPY app.rb .

Expand Down

0 comments on commit 791c6a3

Please sign in to comment.