Skip to content

Commit

Permalink
Install netcat in Dockerfile
Browse files Browse the repository at this point in the history
Install netcat in Dockerfile as needed.
			pr-link: #18598
			change-id: cid-d2cc6b7c6d485a526e038c2faa94830933d3f716
  • Loading branch information
ssz1997 committed May 6, 2024
1 parent 541f247 commit 0d6b57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/docker/Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN echo "networkaddress.cache.ttl=0" >> /usr/lib/jvm/java-11-openjdk/conf/secur

# Install libfuse2 and libfuse3. Libfuse2 setup is modified from cheyang/fuse2:ubuntu1604-customize to be applied on centOS
RUN \
yum install -y ca-certificates pkgconfig wget udev git bind-utils && \
yum install -y ca-certificates pkgconfig wget udev git bind-utils nc && \
yum install -y gcc gcc-c++ make cmake gettext-devel libtool autoconf && \
git clone https://github.com/Alluxio/libfuse.git && \
cd libfuse && \
Expand Down

0 comments on commit 0d6b57e

Please sign in to comment.