File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
FROM mcr.microsoft.com/devcontainers/base:debian
2
2
# 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
You can’t perform that action at this time.
0 commit comments