-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDockerfile
More file actions
39 lines (38 loc) · 787 Bytes
/
Dockerfile
File metadata and controls
39 lines (38 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
FROM rust:1.63-bullseye
RUN rustup component add rustfmt
RUN cargo install cargo-chef --locked
RUN apt-get update && apt-get -y install \
liboping0 \
liboping-dev \
clang \
autoconf \
automake \
build-essential \
cmake \
git-core \
libass-dev \
libavutil56 libavutil-dev \
libavformat58 libavformat-dev \
libavfilter7 libavfilter-dev \
libavdevice58 libavdevice-dev \
libfreetype6-dev \
libgnutls28-dev \
libmp3lame-dev \
libsdl2-dev \
libtool \
libva-dev \
libvdpau-dev \
libvorbis-dev \
libxcb1-dev \
libxcb-shm0-dev \
libxcb-xfixes0-dev \
meson \
ninja-build \
pkg-config \
texinfo \
wget \
yasm \
zlib1g-dev \
openssl \
libsasl2-dev \
libsasl2-2