file naming

This commit is contained in:
thelamer 2019-06-22 13:32:18 -07:00
parent 002da49eed
commit 5d7f54a9c4
2 changed files with 3 additions and 3 deletions

View File

@ -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