mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-01-30 15:48:13 +00: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="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 apt-get update \
|
||||
&& apt-get install -y git-core \
|
||||
|
Loading…
Reference in New Issue
Block a user