Skip to content

Commit

Permalink
(#190): Adjust dockerfile and add ffmpeg to docker image for video re…
Browse files Browse the repository at this point in the history
…cording (#191)

* (#184): Add ability to run tests in seperate virtual screens

* (#184): Add ability to run tests in seperate virtual screens

* (#184): Add ability to run tests in seperate virtual screens

* issue-190: Add ffmpeg to docker image

* Edit base image
  • Loading branch information
SunnyBerlin authored Apr 10, 2023
1 parent 3bf2d28 commit 7473270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/bsys/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM ubuntu:18.04
RUN apt-get upgrade && apt-get update && apt-get install -y git less wget cmake xvfb build-essential qt5-default python3 python3-pip curl; pip3 install requests
FROM ubuntu:22.04
RUN apt-get upgrade && apt-get update && apt-get install -y git less wget cmake xvfb build-essential qtbase5-dev qtbase5-dev-tools ffmpeg python3 python3-pip curl; pip3 install requests

0 comments on commit 7473270

Please sign in to comment.