Skip to content

Commit 1bc487d

Browse files
committed
Include missing Docker engine for DIND
1 parent 0f87910 commit 1bc487d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY firefox-no-snap /etc/apt/preferences.d/firefox-no-snap
77
# Install basic prerequisites
88
RUN add-apt-repository -y ppa:mozillateam/ppa && \
99
apt-get update && \
10-
apt-get -y install xvfb libxss1 build-essential firefox
10+
apt-get -y install xvfb libxss1 build-essential firefox moby-engine
1111

1212
# Google-chrome & ChromeDriver
1313
COPY ./chrome.sh .

0 commit comments

Comments
 (0)