Skip to content

Commit

Permalink
Fix the install dependencies script in Docker (#16340)
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
  • Loading branch information
frouioui authored Jul 8, 2024
1 parent d303601 commit ed482be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/utils/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ BASE_PACKAGES=(
zstd
)

percona-release enable-only tools
apt-get update
apt-get install -y --no-install-recommends "${BASE_PACKAGES[@]}"

Expand Down

0 comments on commit ed482be

Please sign in to comment.