Skip to content

Commit

Permalink
Add chromium and chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
inulty-dfe committed Dec 9, 2024
1 parent 8561c06 commit 7e27485
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ RUN bundle exec middleman build --build-dir=../public

FROM ruby:3.3.5-alpine3.20

RUN apk add --no-cache libxml2
RUN apk add --update --no-cache \
postgresql-dev git ncurses shared-mime-info jemalloc libxml2 chromium chromium-chromedriver

RUN apk add --update --no-cache tzdata && \
cp /usr/share/zoneinfo/Europe/London /etc/localtime && \
echo "Europe/London" > /etc/timezone

RUN apk add --update --no-cache \
postgresql-dev git ncurses shared-mime-info jemalloc

ENV APP_HOME=/app

RUN mkdir $APP_HOME
Expand Down

0 comments on commit 7e27485

Please sign in to comment.