chown
This commit is contained in:
parent
90d6f71ff3
commit
052c96f4e1
2 changed files with 4 additions and 2 deletions
|
|
@ -22,6 +22,8 @@ RUN mkdir -p /config && \
|
|||
tar -xf ffmpeg.tar.gz && \
|
||||
chmod +x ffmpeg-master-latest-linux64-gpl/bin/ffmpeg && \
|
||||
chmod +x ffmpeg-master-latest-linux64-gpl/bin/ffprobe && \
|
||||
chown root:root ffmpeg-master-latest-linux64-gpl/bin/ffmpeg && \
|
||||
chown root:root ffmpeg-master-latest-linux64-gpl/bin/ffprobe && \
|
||||
mv ffmpeg-master-latest-linux64-gpl/bin/ffmpeg /usr/bin/ffmpeg && \
|
||||
mv ffmpeg-master-latest-linux64-gpl/bin/ffprobe /usr/bin/ffprobe && \
|
||||
ls -lh /usr/bin && \
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
__pypi_version__ = "2023.03.15"
|
||||
__local_version__ = "2023.03.15+e69933d"
|
||||
__pypi_version__ = "2023.03.24.post4"
|
||||
__local_version__ = "2023.03.24+90d6f71"
|
||||
|
|
|
|||
Loading…
Reference in a new issue