Skip to content

Commit

Permalink
chore: add nc and lsof for docker (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
kongfei605 authored Jun 5, 2024
1 parent 2015cf7 commit 59764a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETPLATFORM ubuntu:23.04

RUN apt update && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt -y install tzdata ca-certificates snmp snmpd wget curl vim iputils-ping net-tools freeipmi-tools smartmontools
RUN apt update && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt -y install tzdata ca-certificates snmp snmpd wget curl vim iputils-ping net-tools freeipmi-tools smartmontools ncat lsof

COPY docker/nsswitch.conf /etc/nsswitch.conf

Expand Down

0 comments on commit 59764a5

Please sign in to comment.