Skip to content

Commit

Permalink
Don't install specific clang version anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
BtbN committed Jan 27, 2024
1 parent 40e6971 commit e8f3c00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM ubuntu:24.04

ENV DEBIAN_FRONTEND noninteractive

RUN \
export DEBIAN_FRONTEND=noninteractive && \
apt-get -y update && \
apt-get -y full-upgrade && \
apt-get -y install build-essential yasm nasm pkg-config git curl wget cmake unzip subversion autoconf automake libtool && \
apt-get -y install --no-install-recommends \
clang-17 \
clang \
flite1-dev \
frei0r-plugins-dev \
ladspa-sdk \
Expand Down
1 change: 0 additions & 1 deletion build_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ echo "Configuring..."
--enable-avisynth \
--enable-chromaprint \
--enable-cuda-llvm \
--nvcc=clang-12 \
--enable-cuvid \
--enable-decklink \
--enable-ffnvcodec \
Expand Down

0 comments on commit e8f3c00

Please sign in to comment.