diff --git a/install/docker/template/Dockerfile.full.footer b/install/docker/template/Dockerfile.full.footer index f6132b0c7..a99c19629 100644 --- a/install/docker/template/Dockerfile.full.footer +++ b/install/docker/template/Dockerfile.full.footer @@ -8,7 +8,7 @@ RUN curl https://raw.githubusercontent.com/koush/scrypted/main/install/docker/in # python 3.9 from ppa. # 3.9 is the version with prebuilt support for tensorflow lite -RUN add-apt-repository ppa:deadsnakes/ppa && \ +RUN add-apt-repository -y ppa:deadsnakes/ppa && \ apt-get -y install \ python3.9 \ python3.9-dev \