File tree Expand file tree Collapse file tree 6 files changed +1349
-7
lines changed Expand file tree Collapse file tree 6 files changed +1349
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ COPY --from=c9files /buildout/ /
99# set version label
1010ARG BUILD_DATE
1111ARG VERSION
12- ARG FFMPEGWEB_COMMIT
1312LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
1413LABEL maintainer="thelamer"
1514
@@ -46,16 +45,12 @@ RUN \
4645sudo && \
4746 npm install -g nodemon && \
4847 echo "**** install web app from git ****" && \
49- if [ -z ${FFMPEGWEB_COMMIT+x} ]; then \
50- FFMPEGWEB_COMMIT=$(curl -sX GET https://api.github.com/repos/linuxserver/docker-ffmpeg/commits/web \
51- | awk '/sha/{print $4;exit}' FS='[""]' ); \
52- fi && \
5348 git clone \
5449https://github.com/linuxserver/docker-ffmpeg.git \
5550/app/ffmpeg-web && \
5651 cd /app/ffmpeg-web && \
5752 git \
58- checkout -f ${FFMPEGWEB_COMMIT} && \
53+ checkout -f web && \
5954 pip3 install \
6055-r requirements.txt && \
6156 echo "**** permissions ****" && \
You can’t perform that action at this time.
0 commit comments