Skip to content
Snippets Groups Projects
Commit 55020239 authored by Niklas Haas's avatar Niklas Haas
Browse files

libplacebo-ubuntu-jammy: install lld alongside clang

This is not automatically pulled in because it's not listed as a hard
dependency, just a recommendation.

Needed for videolan/libplacebo!429

As an aside, drop the specific version from the jammy tag used as base -
this is pointless because we do an `apt upgrade` in the docker build
process anyway.
parent c9b8ccce
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:jammy-20221130
FROM ubuntu:jammy
ENV IMAGE_DATE=202301310000
ENV IMAGE_DATE=202303220000
# If someone wants to use VideoLAN docker images on a local machine and does
# not want to be disturbed by the videolan user, we should not take an uid/gid
......@@ -22,7 +22,7 @@ RUN set -x && \
usermod --append --groups video,render videolan && \
echo "videolan:videolan" | chpasswd && \
apt-get install --no-install-suggests --no-install-recommends -y \
apt-utils git-core build-essential gnupg clang clang-tools llvm gdb lcov \
apt-utils git-core build-essential gnupg clang clang-tools lld llvm gdb lcov \
python3-pip python3-setuptools python3-wheel python3-mako \
libepoxy-dev libgles1 libgles2 liblcms2-dev curl mesa-vulkan-drivers \
libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavutil-dev \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment