Skip to content

Commit

Permalink
[fix][misc] Add proper nslookup (included in bind-tools) to docker im…
Browse files Browse the repository at this point in the history
…age (#22878)

(cherry picked from commit e236f49)
  • Loading branch information
lhotari committed Jun 7, 2024
1 parent 3a5532d commit e0ae847
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/pulsar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ FROM apachepulsar/glibc-base:2.38 as glibc
FROM alpine:3.19.1
ENV LANG C.UTF-8

# Install some utilities
# Install some utilities, some are required by Pulsar scripts
RUN apk add --no-cache \
bash \
python3 \
Expand All @@ -91,7 +91,8 @@ RUN apk add --no-cache \
gcompat \
ca-certificates \
procps \
curl
curl \
bind-tools

# Upgrade all packages to get latest versions with security fixes
RUN apk upgrade --no-cache
Expand Down

0 comments on commit e0ae847

Please sign in to comment.