klaytn / klaytn-etl

Python scripts for ETL (extract, transform and load) jobs for Klaytn blocks, transactions, ERC20 / ERC721 tokens, transfers, receipts, logs, contracts, internal transactions.
Other
21 stars 13 forks source link

[DockerFile] Fixed build error #3

Closed hyunsooda closed 2 years ago

hyunsooda commented 2 years ago

Fixed image build error and confirmed running as expected.

I'm not sure the gcc and musl-dev are dependent on this project but it seems not in my view. If you think it is required, you need to use apt package manager as the base image (python3.7) is a Debian distribution.

yongchand commented 2 years ago

Thanks. I agree with the point that we do not need gcc and musl-dev. We can delete it.

yongchand commented 2 years ago

@hyunsooda Thanks for the commit!