summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-01-06 11:10:31 +0100
committerChristian Poessinger <christian@poessinger.com>2021-01-08 17:21:54 +0100
commit6a39583c109467e6ad065ce44b553b8ef5525b58 (patch)
treee8ff44e03d7d8b8d5851d359008a41792ae856ba /docker
parent0b46466f187d79f2dabf36025ae28dc3efe6811e (diff)
downloadvyos-build-6a39583c109467e6ad065ce44b553b8ef5525b58.tar.gz
vyos-build-6a39583c109467e6ad065ce44b553b8ef5525b58.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 (cherry picked from commit 432f3f96927a54d2f606f34a3c54ea61406379ad)
Diffstat (limited to 'docker')
-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
#