diff --git a/ubuntu/Dockerfile b/ubuntu/Dockerfile index 87bc5d59167f86e6e8cd14dc2360cbe35f7ad0a3..5f3d4c1d33282ed72d4b24cfaaa6f27f4a4f4635 100644 --- a/ubuntu/Dockerfile +++ b/ubuntu/Dockerfile @@ -23,13 +23,25 @@ RUN apt-get update && \ file \ nano && \ apt-get install -y \ - ffmpeg \ - python3.7 \ - python3.7-venv \ python3-pip \ python3-setuptools \ python3-distutils && \ apt-get clean +RUN apt-get update && \ + apt-get install -y \ + libglu1-mesa \ + libjpeg62 \ + liborc-0.4 \ + ffmpeg \ + && \ + apt-get clean + +RUN apt-get install -y \ + python3.7 \ + python3.7-dev \ + python3.7-venv && \ + apt-get clean + ADD agki-nas01.imp.fu-berlin.de-ca-cert.crt /usr/local/share/ca-certificates/agki-nas01.imp.fu-berlin.de-ca-cert.crt RUN update-ca-certificates