Skip to content

Commit 44ca744

Browse files
authored
Add ffmpeg for screen recording (#168)
1 parent f01cc23 commit 44ca744

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Appium/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ RUN apt-get -qqy update && \
4545
wget \
4646
xvfb \
4747
zip \
48+
ffmpeg \
4849
&& rm -rf /var/lib/apt/lists/*
4950

5051
#===============

0 commit comments

Comments
 (0)