Skip to content

Commit

Permalink
[release-18.0] Fix the install dependencies script in Docker (#16340) (
Browse files Browse the repository at this point in the history
…#16345)

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
  • Loading branch information
vitess-bot[bot] authored Jul 8, 2024
1 parent 351bfb9 commit 17e7c6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/lite/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,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 17e7c6f

Please sign in to comment.