# Wayland extra packages
RUN apt-get update && apt-get install -y qtwayland5 && \
apt-get clean && apt-get clean && rm -rf /var/lib/apt/lists/*