Skip to content

Commit

Permalink
[OP-701] Install wget on SDK base images to support KubeRay v1.1.0 (#378
Browse files Browse the repository at this point in the history
)
  • Loading branch information
emre-aydin authored Mar 26, 2024
1 parent c04317f commit be16000
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ RUN <<EOF
set -ex
apt-get update --yes
apt-get upgrade --yes
apt-get install --yes --no-install-recommends git openssh-client
# KubeRay requires wget to check for liveness/readiness in newer versions
apt-get install --yes --no-install-recommends git openssh-client wget

if [ "$TARGETARCH" = "arm64" ]; then
apt-get install --yes --no-install-recommends gcc libc-dev
Expand Down

0 comments on commit be16000

Please sign in to comment.