echo path

This commit is contained in:
Jesse Bannon 2022-11-14 23:31:10 -08:00
parent a06da700a4
commit b00d046c0a

View file

@ -37,6 +37,7 @@ RUN apk update --no-cache && \
py3-setuptools
RUN ls -lh /usr/local/bin | grep ff && \
&& source ~/.bashrc && \
echo $PATH && \
ffmpeg -version && \
ffprobe -version