Skip to content

Commit

Permalink
Update QT & webkit installs
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotcm committed Jun 14, 2018
1 parent 5d7944b commit f313200
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Dockerfile
@@ -1,9 +1,11 @@
FROM ruby:2.4.4

RUN apt-get update -qq && apt-get upgrade -y && apt-get install -y build-essential nodejs && apt-get clean
# for capybara-webkit
RUN apt-get install -y libqt4-webkit libqt4-dev xvfb
RUN gem install foreman

# https://github.com/thoughtbot/capybara-webkit/wiki/Installing-Qt-and-compiling-capybara-webkit#debian--ubuntu
RUN apt-get install -y qt5-default libqt5webkit5-dev gstreamer1.0-plugins-base gstreamer1.0-tools gstreamer1.0-x

RUN gem install foreman

ENV GOVUK_APP_NAME specialist-publisher
ENV MONGODB_URI mongodb://mongo/govuk-content
Expand Down

0 comments on commit f313200

Please sign in to comment.