We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f87910 commit 1bc487dCopy full SHA for 1bc487d
Dockerfile
@@ -7,7 +7,7 @@ COPY firefox-no-snap /etc/apt/preferences.d/firefox-no-snap
7
# Install basic prerequisites
8
RUN add-apt-repository -y ppa:mozillateam/ppa && \
9
apt-get update && \
10
- apt-get -y install xvfb libxss1 build-essential firefox
+ apt-get -y install xvfb libxss1 build-essential firefox moby-engine
11
12
# Google-chrome & ChromeDriver
13
COPY ./chrome.sh .
0 commit comments