FROM linuxmintd/mint22-amd64 RUN apt update RUN apt install -y libusb-1.0-0 RUN apt install -y libpulse-dev RUN apt install -y libgl1 RUN apt install -y libxkbcommon-x11-0 RUN apt install -y libxcb-image0 RUN apt install -y libxcb-keysyms1 RUN apt clean RUN apt install -y libxcb-render-util0 RUN apt install -y libxcb-icccm4 RUN apt install -y libxi6 RUN apt clean RUN apt install -y libxrender1 RUN apt install -y net-tools RUN apt install -y iputils-ping RUN apt install -y libgtk-3-0 fuse locales RUN apt install -y libqt5gui5 RUN apt install -y libgstreamer1.0-0 libgstreamer1.0-dev gstreamer1.0-libav gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-plugins-base-apps libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-bad RUN apt install -y libqt5multimedia5-plugins #RUN apt install -y ffmpeg RUN apt clean # Set the locale RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && \ locale-gen ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 RUN echo “dlarue:x:1000:1000:Doug LaRue,:/home/dlarue:/bin/bash” > /etc/passwd RUN echo “dlarue:x:1000:” > /etc/group ENV DISPLAY=:0