We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73cd70b commit 9220e0cCopy full SHA for 9220e0c
espresso/docker/op-stack/Dockerfile
@@ -8,7 +8,7 @@ ARG TARGETARCH
8
# Base builder image
9
FROM golang:1.23.8-alpine3.20 AS builder
10
11
-RUN apk add --no-cache curl tar gzip make gcc musl-dev linux-headers git jq bash
+RUN apk add --no-cache curl netcat-openbsd tar gzip make gcc musl-dev linux-headers git jq bash
12
13
# Install mise for toolchain management
14
RUN curl https://mise.run | MISE_INSTALL_PATH=/usr/local/bin/mise sh
0 commit comments