Skip to content

Commit

Permalink
Fix/base image (#156)
Browse files Browse the repository at this point in the history
* use berklydb for correct arch

* fix casings
  • Loading branch information
Dominion5254 authored Jan 2, 2025
1 parent e8168ad commit b560d36
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# From https://github.com/ruimarinho/docker-bitcoin-core

# Build stage for BerkeleyDB
FROM lncm/berkeleydb as berkeleydb
ARG PLATFORM

FROM lncm/berkeleydb:db-4.8.30.NC-${PLATFORM} AS berkeleydb

# Build stage for Bitcoin Core
FROM alpine:3.18 as bitcoin-core
FROM alpine:3.18 AS bitcoin-core

COPY --from=berkeleydb /opt /opt

Expand Down

0 comments on commit b560d36

Please sign in to comment.