Skip to content

Commit

Permalink
install hostname on sles 15 (#3389)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel authored Feb 13, 2024
1 parent 040272a commit 4132176
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN ssh-keygen -A

CMD ["/usr/sbin/sshd", "-D"]

RUN zypper update -y && zypper install -y git curl make gcc libXrender1 libXi6 libXtst6 fontconfig fakeroot xorg-x11-server gawk
RUN zypper update -y && zypper install -y git curl make gcc libXrender1 libXi6 libXtst6 fontconfig fakeroot xorg-x11-server gawk hostname

# Install SSL Test packages
RUN zypper install -y gnutls mozilla-nss mozilla-nss-devel mozilla-nss-tools
Expand Down

0 comments on commit 4132176

Please sign in to comment.