Skip to content

Commit 9d519d8

Browse files
authored
Update Dockerfile
1 parent 36efb5f commit 9d519d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ RUN CGO_ENABLED=1 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o te
3434
# Use UBI9 so we have glibc
3535
FROM registry.access.redhat.com/ubi9-minimal:9.3
3636
WORKDIR /
37+
RUN microdnf install -y sqlite3
3738
COPY --from=builder /workspace/teranode-p2p-poc .
3839
COPY --from=frontend-builder /app/frontend-react/build ./frontend-react/build
3940
COPY config.yaml .

0 commit comments

Comments
 (0)