hca: Add hostname command

hostname is 28k and has no dependencies.
Add it as a convenient command.

Change-Id: I979431e849d208d257731b275d716dbffdb0845f
Signed-off-by: Spyros Trigazis <spyridon.trigazis@cern.ch>
This commit is contained in:
Spyros Trigazis 2020-04-24 18:09:03 +02:00
parent 3e7924ffda
commit b0de93d629

View File

@ -26,6 +26,7 @@ RUN dnf -y --setopt=tsflags=nodocs --nogpgcheck install \
python-lxml \
python-pip \
python-psutil \
hostname \
redhat-rpm-config && \
pip install --no-cache --no-cache-dir \
dib-utils \