We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc9581 commit 03cd848Copy full SHA for 03cd848
Dockerfile
@@ -5,11 +5,7 @@ ARG MEDIASDK_UBUNTU_DEB=libMediaSDK-dev_2.0-6_amd64_ubuntu18.04.deb
5
ENV PATH="${PATH}:/root/scripts"
6
7
RUN apt update && apt install software-properties-common -y && \
8
- # For libjasper-dev
9
- add-apt-repository 'deb http://security.ubuntu.com/ubuntu xenial-security main' && \
10
- apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32 && \
11
- apt update && \
12
- apt install curl git build-essential libjpeg-dev libtiff-dev libjasper-dev ffmpeg exiftool bc -y
+ apt install curl git build-essential libjpeg-dev libtiff-dev ffmpeg exiftool bc -y
13
WORKDIR /root
14
COPY ${MEDIASDK_UBUNTU_DEB} .
15
RUN dpkg -i ${MEDIASDK_UBUNTU_DEB}
0 commit comments