docker: more prompt fixups

This commit is contained in:
Koushik Dutta
2023-12-26 14:25:30 -08:00
parent 2883a4ce46
commit 327688232c

View File

@@ -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 \