mirror of
https://github.com/linuxserver/docker-ffmpeg.git
synced 2026-02-20 04:56:23 +08:00
simplify deps, clean up rust
This commit is contained in:
parent
6f75579f1f
commit
3635efa0cc
12
Dockerfile
12
Dockerfile
@ -60,10 +60,6 @@ RUN \
|
||||
bzip2 \
|
||||
cmake \
|
||||
clang \
|
||||
clang-tools \
|
||||
libclang1 \
|
||||
clang-format \
|
||||
clangd \
|
||||
diffutils \
|
||||
doxygen \
|
||||
g++ \
|
||||
@ -81,13 +77,6 @@ RUN \
|
||||
libtool \
|
||||
libv4l-dev \
|
||||
libwayland-dev \
|
||||
libllvm-ocaml-dev \
|
||||
libllvm12 \
|
||||
llvm \
|
||||
llvm-dev \
|
||||
llvm-runtime \
|
||||
lldb \
|
||||
lld \
|
||||
libx11-dev \
|
||||
libx11-xcb-dev \
|
||||
libxcb-dri3-dev \
|
||||
@ -787,6 +776,7 @@ RUN \
|
||||
|
||||
RUN \
|
||||
echo "**** arrange files ****" && \
|
||||
/usr/local/lib/rustlib/uninstall.sh &&
|
||||
ldconfig && \
|
||||
mkdir -p \
|
||||
/buildout/usr/local/bin \
|
||||
|
||||
@ -476,6 +476,7 @@ RUN \
|
||||
|
||||
RUN \
|
||||
echo "**** arrange files ****" && \
|
||||
/usr/local/lib/rustlib/uninstall.sh &&
|
||||
ldconfig && \
|
||||
mkdir -p \
|
||||
/buildout/usr/local/bin \
|
||||
|
||||
@ -173,6 +173,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **08.02.24:** - Enable cuda-llvm, clean up rustc.
|
||||
* **01.02.24:** - Bump Mesa to v24.
|
||||
* **21.01.24:** - Add alsa support.
|
||||
* **18.01.24:** - Let the wrapper pass the ffmpeg exit code to docker run. Bump various libs.
|
||||
|
||||
@ -177,6 +177,7 @@ full_custom_readme: |
|
||||
|
||||
## Versions
|
||||
|
||||
* **08.02.24:** - Enable cuda-llvm, clean up rustc.
|
||||
* **01.02.24:** - Bump Mesa to v24.
|
||||
* **21.01.24:** - Add alsa support.
|
||||
* **18.01.24:** - Let the wrapper pass the ffmpeg exit code to docker run. Bump various libs.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user