From 4cadf61f60d0182479054e3c7c31917d600c080a Mon Sep 17 00:00:00 2001 From: Seungmin Kim <8457324+ehfd@users.noreply.github.com> Date: Fri, 4 Aug 2023 19:37:09 +0900 Subject: [PATCH] Fix GTK icon issue --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index cfca3b1..9d7d8f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -304,6 +304,7 @@ RUN if [ "${UBUNTU_RELEASE}" \< "20.04" ]; then add-apt-repository -y ppa:cyberm # Install latest selkies-gstreamer (https://github.com/selkies-project/selkies-gstreamer) build, Python application, and web application, should be consistent with selkies-gstreamer documentation RUN apt-get update && apt-get install --no-install-recommends -y \ + adwaita-icon-theme-full \ build-essential \ python3-pip \ python3-dev \