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 36efb5f commit 9d519d8Copy full SHA for 9d519d8
Dockerfile
@@ -34,6 +34,7 @@ RUN CGO_ENABLED=1 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o te
34
# Use UBI9 so we have glibc
35
FROM registry.access.redhat.com/ubi9-minimal:9.3
36
WORKDIR /
37
+RUN microdnf install -y sqlite3
38
COPY --from=builder /workspace/teranode-p2p-poc .
39
COPY --from=frontend-builder /app/frontend-react/build ./frontend-react/build
40
COPY config.yaml .
0 commit comments