Skip to content

Commit b39c1c3

Browse files
authored
PS-8272 PS 8.0 docker: install "hostname" utility (#622)
1 parent 1e45132 commit b39c1c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: percona-server-8.0/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ ENV FULL_PERCONA_VERSION "$PS_VERSION.$OS_VER"
3939
RUN set -ex; \
4040
rpm -e --nodeps tzdata; \
4141
dnf -y install \
42+
hostname \
4243
tzdata \
4344
jemalloc \
4445
which \

0 commit comments

Comments
 (0)