diff --git a/conan/docker/aac-ubuntu-bionic/Dockerfile b/conan/docker/aac-ubuntu-bionic/Dockerfile index 596038564..ec128af85 100644 --- a/conan/docker/aac-ubuntu-bionic/Dockerfile +++ b/conan/docker/aac-ubuntu-bionic/Dockerfile @@ -13,7 +13,9 @@ RUN apt update && \ libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev \ gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ gstreamer1.0-libav gstreamer1.0-doc gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl \ - gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio + gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio git-lfs + +RUN git lfs install --system --skip-repo RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 1 && \ update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 2 diff --git a/conan/docker/aac-ubuntu-focal/Dockerfile b/conan/docker/aac-ubuntu-focal/Dockerfile index c7dcd9702..41f14c7a2 100644 --- a/conan/docker/aac-ubuntu-focal/Dockerfile +++ b/conan/docker/aac-ubuntu-focal/Dockerfile @@ -6,7 +6,9 @@ RUN apt update && \ libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev \ gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ gstreamer1.0-libav gstreamer1.0-doc gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl \ - gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio + gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio git-lfs + +RUN git lfs install --system --skip-repo RUN pip install -U pip