Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Do not install DHCP client #15

@paulmenzel

Description

@paulmenzel

As the Docker daemon assigns IP addresses to a container, no DHCP client needs to be installed in a base image.

Currently, the package isc-dhcp-client is installed, which, as written above, is unnecessary and additionally makes the Docker image bigger.

# dpkg -l isc*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                Version                Architecture           Description
+++-===================================-======================-======================-============================================================================
ii  isc-dhcp-client                     4.3.4-1                amd64                  DHCP client for automatically obtaining an IP address
un  isc-dhcp-client-ddns                <none>                 <none>                 (no description available)
ii  isc-dhcp-common                     4.3.4-1                amd64                  common files used by all of the isc-dhcp packages

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions