Skip to content

Commit

Permalink
Installed dnsutils in Dockerfile (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
olapiv authored Oct 11, 2023
1 parent 4c6b9de commit fd68b14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ RUN --mount=type=cache,target=/var/cache/apt,id=ubuntu22-apt-$TARGETPLATFORM \
libaio1 libaio-dev \
libncurses5 libnuma-dev \
bc default-jdk maven \
sudo iproute2
sudo iproute2 dnsutils
# Java & Maven are required by YCSB
# bc is required by dbt2
# libaio is a dynamic library used by RonDB
# libncurses5 & libnuma-dev are required for x86 only
# sudo is required in the entrypoint
# iproute2 is for using the command `ss`
# dnsutils is for using the command `nslookup` in K8s

# Let PATH survive through sudo
RUN sed -ri '/secure_path/d' /etc/sudoers
Expand Down

0 comments on commit fd68b14

Please sign in to comment.