Skip to content

Commit 791c6a3

Browse files
committed
Install the system and language libraries
[refs #f34238344b71]
1 parent 003f3c9 commit 791c6a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

developing/webapp/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ FROM ruby:2.4.3-alpine
22

33
WORKDIR /app
44

5-
RUN gem install sinatra
5+
RUN apk update && apk add build-base postgresql-dev
6+
RUN gem install sinatra pg
67

78
COPY app.rb .
89

0 commit comments

Comments
 (0)