mirror of
https://github.com/linuxserver/docker-ffmpeg.git
synced 2026-02-20 04:56:23 +08:00
file naming
This commit is contained in:
parent
002da49eed
commit
5d7f54a9c4
@ -50,7 +50,7 @@ RUN \
|
||||
| awk '/sha/{print $4;exit}' FS='[""]'); \
|
||||
fi && \
|
||||
git clone \
|
||||
https://github.com/linuxserver/docker-ffmpeg.git
|
||||
https://github.com/linuxserver/docker-ffmpeg.git \
|
||||
/app/ffmpeg-web && \
|
||||
git \
|
||||
--git-dir /app/ffmpeg-web/.git \
|
||||
@ -63,7 +63,7 @@ RUN \
|
||||
/app/ffmpeg-web \
|
||||
/applogs && \
|
||||
/c9sdk/build/standalone \
|
||||
/c9bins
|
||||
/c9bins && \
|
||||
usermod -aG sudo \
|
||||
abc && \
|
||||
chsh abc -s /bin/bash && \
|
||||
@ -74,7 +74,7 @@ RUN \
|
||||
rm -rf \
|
||||
/root \
|
||||
/var/lib/apt/lists/* \
|
||||
/var/tmp/* &&
|
||||
/var/tmp/* && \
|
||||
mkdir /root
|
||||
|
||||
# add local files
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user