Skip to content

Commit 616cabc

Browse files
authored
Merge pull request #3 from bsv-blockchain/galt-tr-patch-1
Update Dockerfile
2 parents 9d519d8 + 5f2302b commit 616cabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +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
37+
RUN microdnf install -y sqlite
3838
COPY --from=builder /workspace/teranode-p2p-poc .
3939
COPY --from=frontend-builder /app/frontend-react/build ./frontend-react/build
4040
COPY config.yaml .

0 commit comments

Comments
 (0)