Skip to content

Commit

Permalink
Merge pull request #449 from kaiyan-sheng/fix_docker_lint
Browse files Browse the repository at this point in the history
Remove installing netcat and openjdk-11-jdk
  • Loading branch information
kaiyan-sheng authored Aug 3, 2023
2 parents 5b97992 + db36c2d commit 02ffcfd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ RUN apt-get -qq update && apt-get -qq -y --no-install-recommends install \
curl \
docker.io \
libsasl2-dev \
netcat \
openjdk-11-jdk \
sudo \
zip &&\
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 02ffcfd

Please sign in to comment.