Skip to content

Commit b84931a

Browse files
Merge pull request #138 from dmgolembiowski/137-dockerfile-build-fails
Fixes 137
2 parents cc1d75b + c65e9ab commit b84931a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ RUN \
242242
DIR=/tmp/xvid && \
243243
mkdir -p ${DIR} && \
244244
cd ${DIR} && \
245-
curl -sLO http://downloads.xvid.org/downloads/xvidcore-${XVID_VERSION}.tar.gz && \
245+
curl -sLO https://xvid.com/downloads/xvidcore-${XVID_VERSION}.tar.gz && \
246246
echo ${XVID_SHA256SUM} | sha256sum --check && \
247247
tar -zx -f xvidcore-${XVID_VERSION}.tar.gz && \
248248
cd xvidcore/build/generic && \

0 commit comments

Comments
 (0)