Skip to content

Commit

Permalink
添加nc包
Browse files Browse the repository at this point in the history
  • Loading branch information
PKC278 committed Oct 31, 2023
1 parent 2d9fb4d commit 5374c0c
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 @@ -65,7 +65,7 @@ COPY --from=builder /usr/local/software /usr/local/software

RUN rpm -ivh /usr/local/software/data/mysql.rpm \
&& yum update -y \
&& yum install -y rsync wget tar which net-tools openssh-clients openssh-server passwd openssl kde-l10n-Chinese sudo mysql-community-client \
&& yum install -y rsync wget tar which net-tools openssh-clients openssh-server passwd openssl kde-l10n-Chinese sudo mysql-community-client nc \
&& yum clean all \
&& rm -rf /var/cache/yum \
&& mkdir -p /root/.ssh \
Expand Down

0 comments on commit 5374c0c

Please sign in to comment.