Skip to content

Commit 079a2aa

Browse files
authored
Merge pull request k4yt3x#471 from PeterDaveHello/fix-docker-build
Fix sources.list path in Dockerfile, cc k4yt3x#470
2 parents 26d82e1 + 9cdddd2 commit 079a2aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ LABEL maintainer="Danielle Douglas <[email protected]>"
1818
LABEL maintainer="Lhanjian <[email protected]>"
1919
LABEL maintainer="K4YT3X <[email protected]>"
2020

21-
RUN sed -i 's/archive.ubuntu.com/old-releases.ubuntu.com/g' sources.list
22-
RUN sed -i 's/security.ubuntu.com/old-releases.ubuntu.com/g' sources.list
21+
RUN sed -i 's/archive.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
22+
RUN sed -i 's/security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
2323

2424
# run installation
2525
RUN apt-get update \

0 commit comments

Comments
 (0)