Fix startup issue

This commit is contained in:
Ari Timonen 2023-02-19 18:39:51 +02:00
parent 6bcfffa1ee
commit 5bf5472c28

View file

@ -32,8 +32,11 @@ RUN \
yarn \
# For poltergeist
# phantomjs \
#firefox-esr && \
chromium && \
# firefox-esr && \
# For apparition
chromium chromium-driver && \
# Fix URI startup issue && \
gem update --system && \
# Install bundler and bundle path
gem install bundler && \
mkdir -p /var/bundle && chown -R web:web /var/bundle