Skip to content

Commit fb9e00a

Browse files
committed
test-integration-docker should use our ubuntu package mirror
CMK-33781 Change-Id: Ie5ae42f1970a6aa74eeeceb9718289105e9c4026
1 parent 9dc5926 commit fb9e00a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker_image/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ COPY docker-entrypoint.sh /
3535
# Starts the entrypoint script and hands over CMD by default
3636
ENTRYPOINT ["/docker-entrypoint.sh"]
3737

38+
# Use internal apt mirror
39+
# hadolint ignore=DL3059
40+
RUN sed -i "s|http://.*.ubuntu.com/ubuntu|http://apt.lan.checkmk.net/ubuntu|g" /etc/apt/sources.list.d/ubuntu.sources
41+
3842
# Make the list of required packages available to the following command
3943
COPY needed-packages /needed-packages
4044

0 commit comments

Comments
 (0)