Skip to content

Commit 9220e0c

Browse files
shenkeyaodailinsubjam
authored andcommitted
Add netcat-openbsd to Dockerfile (#262)
* Update log level * Add duplicate command from Terraform (cherry picked from commit b775430)
1 parent 73cd70b commit 9220e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

espresso/docker/op-stack/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG TARGETARCH
88
# Base builder image
99
FROM golang:1.23.8-alpine3.20 AS builder
1010

11-
RUN apk add --no-cache curl tar gzip make gcc musl-dev linux-headers git jq bash
11+
RUN apk add --no-cache curl netcat-openbsd tar gzip make gcc musl-dev linux-headers git jq bash
1212

1313
# Install mise for toolchain management
1414
RUN curl https://mise.run | MISE_INSTALL_PATH=/usr/local/bin/mise sh

0 commit comments

Comments
 (0)