-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #133 from lolepezy/switch-to-8.10.7
Switch to 8.10.7
- Loading branch information
Showing
6 changed files
with
10 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
FROM utdemir/ghc-musl:v20-ghc8104 as rpki-prover-builder | ||
# FROM utdemir/ghc-musl:v20-ghc8104 as rpki-prover-builder | ||
FROM utdemir/ghc-musl:v24-ghc8107 as rpki-prover-builder | ||
|
||
RUN apk add --update --no-cache expat-dev lmdb-dev lmdb expat-static lmdb | ||
|
||
# There's no statically linked version of LMDB, so we build it from the sources here | ||
RUN wget https://git.openldap.org/openldap/openldap/-/archive/LMDB_0.9.29/openldap-LMDB_0.9.29.tar.gz && \ | ||
tar xzf openldap-LMDB_0.9.29.tar.gz && \ | ||
cd openldap-LMDB_0.9.29/libraries/liblmdb && \ | ||
RUN wget https://github.com/LMDB/lmdb/archive/refs/tags/LMDB_0.9.29.tar.gz && \ | ||
tar xzf LMDB_0.9.29.tar.gz && \ | ||
cd lmdb-LMDB_0.9.29/libraries/liblmdb && \ | ||
make && cp liblmdb.a /usr/lib | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters