rosetta docker support sharddb

pull/4066/head
lutty 3 years ago
parent 79c2e4b80c
commit 616d9a2fb2
  1. 2
      rosetta/infra/Dockerfile

@ -35,7 +35,7 @@ RUN cp ./rosetta/infra/harmony-pstn.conf /root/harmony-pstn.conf && \
FROM ubuntu:latest
RUN apt update -y && \
apt install libgmp-dev libssl-dev rclone -y && \
apt install libgmp-dev libssl-dev rclone ca-certificates -y && \
apt -y clean all
WORKDIR /root

Loading…
Cancel
Save