mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 14:38:48 +00:00
5 lines
138 B
Docker
5 lines
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/
|