Skip to content

Commit

Permalink
Fix Docker (#850)
Browse files Browse the repository at this point in the history
* Install openssl and ca-certificates for docker image

* Remove openssl dependence

Co-authored-by: fewensa <[email protected]>
  • Loading branch information
AurevoirXavier and fewensa authored Mar 31, 2022
1 parent b5a0551 commit 021b159
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .maintain/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,9 @@ LABEL network.darwinia.image.created="${CI_BUILD_AT}" \
network.darwinia.image.title="Darwinia" \
network.darwinia.image.description="Implementation of a https://darwinia.network node in Rust based on the Substrate framework."

RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
&& rm -rf /var/lib/apt/lists/*

COPY shared/darwinia /usr/local/bin/darwinia
ENTRYPOINT [ "/usr/local/bin/darwinia" ]

0 comments on commit 021b159

Please sign in to comment.