summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-01-06 11:10:31 +0100
committerGitHub <noreply@github.com>2021-01-06 11:10:31 +0100
commit432f3f96927a54d2f606f34a3c54ea61406379ad (patch)
tree82c1deffb99944fec0280cef9ab53b0130cc4290
parent739b8c74ebe02b4ba4994ef26a0c6fd320871469 (diff)
downloadvyos-build-432f3f96927a54d2f606f34a3c54ea61406379ad.tar.gz
vyos-build-432f3f96927a54d2f606f34a3c54ea61406379ad.zip
Docker: drop installation of dh-systemd
dh-systemd was merged into debhelper in version 9.20160709 [1] and since stretch, dh-systemd is an empty transitional package. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822670
-rw-r--r--docker/Dockerfile6
1 files changed, 1 insertions, 5 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index e48a42ee..f8e28b70 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 VyOS maintainers and contributors
+# Copyright (C) 2018-2021 VyOS maintainers and contributors
#
# This program is free software; you can redistribute it and/or modify
# in order to easy exprort images built to "external" world
@@ -102,10 +102,6 @@ RUN if dpkg-architecture -ii386 || dpkg-architecture -iamd64; then \
grub2; \
fi
-# Package needed for mdns-repeater
-RUN apt-get update && apt-get install -y \
- dh-systemd
-
#
# Building libvyosconf requires a full configured OPAM/OCaml setup
#