mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-10-30 12:20:59 +01:00
Merge pull request #470 from PeterDaveHello/fix-docker-build
Fix Docker image build by using Ubuntu old-release apt repository
This commit is contained in:
commit
26d82e1582
@ -18,6 +18,9 @@ LABEL maintainer="Danielle Douglas <ddouglas87@gmail.com>"
|
|||||||
LABEL maintainer="Lhanjian <lhjay1@foxmail.com>"
|
LABEL maintainer="Lhanjian <lhjay1@foxmail.com>"
|
||||||
LABEL maintainer="K4YT3X <k4yt3x@k4yt3x.com>"
|
LABEL maintainer="K4YT3X <k4yt3x@k4yt3x.com>"
|
||||||
|
|
||||||
|
RUN sed -i 's/archive.ubuntu.com/old-releases.ubuntu.com/g' sources.list
|
||||||
|
RUN sed -i 's/security.ubuntu.com/old-releases.ubuntu.com/g' sources.list
|
||||||
|
|
||||||
# run installation
|
# run installation
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y git-core \
|
&& apt-get install -y git-core \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user