Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
claudyus committed Nov 22, 2017
1 parent fa7634c commit 2353562
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM node:6.6-slim
FROM node:9.2-alpine

RUN apk update && apk add bash
RUN npm install -g node-red node-red-admin

WORKDIR /app
Expand Down

0 comments on commit 2353562

Please sign in to comment.