Files
matterbridge/Dockerfile
Jakub Sokołowski 03d490156a use Debian image for Dockerfile to fix build
Otherwise it fails with:
```
vendor/github.com/status-im/status-go/api/multiformat/utils.go:134:19: undefined: secp256k1.CompressPubkey
vendor/github.com/status-im/status-go/api/multiformat/utils.go:186:20: undefined: secp256k1.DecompressPubkey
vendor/github.com/status-im/status-go/protocol/identity/utils.go:72:19: undefined: secp256k1.CompressPubkey
vendor/github.com/status-im/status-go/sqlite/sqlite.go:171:22: conn.Exec undefined (type *sqlite3.SQLiteConn has no field or method Exec)
vendor/github.com/status-im/status-go/sqlite/sqlite.go:175:22: conn.Exec undefined (type *sqlite3.SQLiteConn has no field or method Exec)
vendor/github.com/status-im/status-go/sqlite/sqlite.go:183:22: conn.Exec undefined (type *sqlite3.SQLiteConn has no field or method Exec)
vendor/github.com/status-im/status-go/sqlite/sqlite.go:187:22: conn.Exec undefined (type *sqlite3.SQLiteConn has no field or method Exec)
vendor/github.com/status-im/status-go/sqlite/sqlite.go:192:22: conn.Exec undefined (type *sqlite3.SQLiteConn has no field or method Exec)
vendor/github.com/status-im/status-go/sqlite/sqlite.go:197:22: conn.Exec undefined (type *sqlite3.SQLiteConn has no field or method Exec)
vendor/github.com/status-im/status-go/sqlite/sqlite.go:202:22: conn.Exec undefined (type *sqlite3.SQLiteConn has no field or method Exec)
vendor/github.com/status-im/status-go/sqlite/sqlite.go:207:22: conn.Exec undefined (type *sqlite3.SQLiteConn has no field or method Exec)
vendor/github.com/status-im/status-go/eth-node/crypto/gethcrypto.go:206:19: undefined: secp256k1.RecoverPubkey
vendor/github.com/status-im/status-go/eth-node/crypto/gethcrypto.go:222:20: undefined: secp256k1.DecompressPubkey
vendor/github.com/status-im/status-go/eth-node/crypto/gethcrypto.go:231:19: undefined: secp256k1.CompressPubkey
vendor/github.com/waku-org/go-zerokit-rln/rln/serialize.go:14:16: undefined: appendLength
vendor/github.com/waku-org/go-zerokit-rln/rln/serialize.go:28:16: undefined: appendLength
vendor/github.com/waku-org/go-waku/waku/v2/protocol/relay/validators.go:125:20: undefined: secp256k1.VerifySignature
vendor/github.com/waku-org/go-waku/waku/v2/protocol/relay/validators.go:132:25: undefined: secp256k1.Sig
```

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-03-12 13:22:56 +01:00

1.1 KiB