Skip to content

Commit

Permalink
fix: netcat pkg name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
enix223 committed Oct 9, 2024
1 parent 0ae2458 commit 8758762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG TDVERSION=3.3.0.3
ARG TARGETARCH

RUN apt-get update
RUN apt-get install -y netcat
RUN apt-get install -y netcat-traditional
ADD taos.cfg /etc/taos/taos.cfg

WORKDIR /tmp
Expand Down

0 comments on commit 8758762

Please sign in to comment.