Browse Source

Install Firefox to the Docker image we are using for testing web builds

pull/603/head
Shagen Ogandzhanian 4 years ago
parent
commit
ac51be0140
  1. 1
      ci/docker/compose-web/Dockerfile

1
ci/docker/compose-web/Dockerfile

@ -6,6 +6,7 @@ RUN echo "dash dash/sh boolean false" | debconf-set-selections
RUN dpkg-reconfigure -f noninteractive dash
RUN dpkg --add-architecture i386 && apt-get update -yqq && apt-get install -y \
firefox \
git \
gnupg2 \
python3 \

Loading…
Cancel
Save