mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +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/
|