We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents caddbf8 + 2aabbf4 commit 52fe4d8Copy full SHA for 52fe4d8
Dockerfile
@@ -64,6 +64,8 @@ RUN mv src/rosetta-ethereum /app/rosetta-ethereum \
64
## Build Final Image
65
FROM ubuntu:18.04
66
67
+RUN apt-get update && apt-get install -y ca-certificates && update-ca-certificates
68
+
69
RUN mkdir -p /app \
70
&& chown -R nobody:nogroup /app \
71
&& mkdir -p /data \
0 commit comments