Skip to content

Commit

Permalink
Fixed missing hostname package for OL
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed Jul 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 920963e commit b70b3a7
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfiles/server-mysql/ol/Dockerfile
Original file line number Diff line number Diff line change
@@ -41,6 +41,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
tini \
traceroute \
nmap \
hostname \
file-libs \
tzdata \
iputils \
1 change: 1 addition & 0 deletions Dockerfiles/server-pgsql/ol/Dockerfile
Original file line number Diff line number Diff line change
@@ -39,6 +39,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
INSTALL_PKGS="fping \
file-libs \
tini \
hostname \
traceroute \
nmap \
iputils \

0 comments on commit b70b3a7

Please sign in to comment.