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

This commit is contained in:
Shagen Ogandzhanian
2021-04-16 17:20:59 +02:00
parent df5742f82f
commit ac51be0140

View File

@@ -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 \