Skip to content

Commit

Permalink
Add missing Node.js dependency in Dockerfile
Browse files Browse the repository at this point in the history
This was missed when the Dockerfile was added.
  • Loading branch information
thomasleese committed Mar 15, 2017
1 parent 541e312 commit 0430487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ruby:2.3.1
RUN apt-get update -qq && apt-get upgrade -y

RUN apt-get install -y build-essential && apt-get clean
RUN apt-get install -y build-essential nodejs && apt-get clean

ENV GOVUK_APP_NAME government-frontend
ENV GOVUK_ASSET_ROOT http://assets-origin.dev.gov.uk
Expand Down

0 comments on commit 0430487

Please sign in to comment.