We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc5926 commit fb9e00aCopy full SHA for fb9e00a
docker_image/Dockerfile
@@ -35,6 +35,10 @@ COPY docker-entrypoint.sh /
35
# Starts the entrypoint script and hands over CMD by default
36
ENTRYPOINT ["/docker-entrypoint.sh"]
37
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
+
42
# Make the list of required packages available to the following command
43
COPY needed-packages /needed-packages
44
0 commit comments