diff --git a/etc/bsys/Dockerfile b/etc/bsys/Dockerfile index 06f82f26..e8ff8ad1 100644 --- a/etc/bsys/Dockerfile +++ b/etc/bsys/Dockerfile @@ -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