Skip to content

Commit caaf6d3

Browse files
authored
use updated watson commit (#9)
This includes the fix for stdout output
1 parent d0734dc commit caaf6d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ FROM alpine:edge
22

33
WORKDIR /usr/src/app
44

5-
RUN apk --update add nodejs git ruby ruby-dev build-base && \
5+
RUN apk --update add nodejs git ruby ruby-dev ruby-json build-base && \
66
apk del build-base && rm -fr /usr/share/ri
77

8-
RUN npm install -g mrb/ember-watson.git#95387b7
8+
RUN npm install -g mrb/ember-watson.git#7dacf719
99

1010
COPY . /usr/src/app
1111

0 commit comments

Comments
 (0)