Skip to content

Commit 52fe4d8

Browse files
author
swapna gupta
authored
Merge pull request #39 from akramhussein/ca-certificates
Update CA Certificates - x509 error when using remote nodes on Alchemy, QuikNode etc
2 parents caddbf8 + 2aabbf4 commit 52fe4d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ RUN mv src/rosetta-ethereum /app/rosetta-ethereum \
6464
## Build Final Image
6565
FROM ubuntu:18.04
6666

67+
RUN apt-get update && apt-get install -y ca-certificates && update-ca-certificates
68+
6769
RUN mkdir -p /app \
6870
&& chown -R nobody:nogroup /app \
6971
&& mkdir -p /data \

0 commit comments

Comments
 (0)