Skip to content

Commit

Permalink
chore: update tools of docker images (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
kongfei605 authored May 14, 2024
1 parent 5cbeccb commit 5263074
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
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

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

Expand Down

0 comments on commit 5263074

Please sign in to comment.