mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
e87e1fb6ca
This is meant run GNU indent along with the gstreamer wrapper through the codebase and error out for missconfigured code. Part of https://gitlab.freedesktop.org/gstreamer/gstreamer-project/issues/33
5 lines
No EOL
138 B
Docker
5 lines
No EOL
138 B
Docker
FROM debian:stretch-slim
|
|
|
|
RUN apt update -yqq \
|
|
&& apt install -y curl indent git findutils \
|
|
&& rm -R /var/lib/apt/ /var/log/apt/ |