Skip to content

Commit dd6b011

Browse files
committed
fix native build
1 parent bd866d2 commit dd6b011

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
FROM mcr.microsoft.com/devcontainers/base:debian
22
# Install install packages necessary for ffmpeg crosscompile build
3-
RUN apt-get update && apt-get install -y subversion ragel curl texinfo g++ ed bison flex cvs yasm automake libtool autoconf gcc cmake git make pkg-config zlib1g-dev unzip pax nasm gperf autogen bzip2 autoconf-archive p7zip-full meson clang libtool-bin ed python3-distutils python3-pip python-is-python3
3+
RUN apt-get update && apt-get install -y \
4+
subversion ragel curl texinfo g++ ed bison flex cvs yasm \
5+
automake libtool autoconf gcc cmake git make pkg-config \
6+
zlib1g-dev unzip pax nasm gperf autogen bzip2 autoconf-archive \
7+
p7zip-full meson clang libtool-bin ed \
8+
python3-distutils python3-pip python-is-python3 \
9+
xorg-dev libgl1-mesa-dev libglu1-mesa-dev \
10+
v4l-utils libv4l-dev \
11+
libxcb-shm0-dev libxcb-shape0-dev libxcb-xfixes0-dev

0 commit comments

Comments
 (0)