Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ RUN apt-get update \
gpg-agent \
libexpat1 \
libxml2 \
libgstreamer1.0-0 \
&& rm -rf /var/lib/apt/lists/* \
&& rm -rf /tmp/tmp* \
&& apt-get clean
Expand Down
Loading