1
0

file permission setup changes

This commit is contained in:
Jason L Hannan 2019-12-02 10:07:28 -08:00
parent fe5c8790c4
commit 4214763e69

View File

@ -29,6 +29,7 @@ docker pull ${REGISTRY_URL}/${CONTAINER}:${TAG}
mkdir $(pwd)/media
wget -O $(pwd)/media/AUD_MW_E.264 \
https://fate-suite.libav.org/h264-conformance/AUD_MW_E.264
chmod -R 777 $(pwd)/media
docker run \
--rm \
-a STDOUT \