Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

fix(indexer): dockerfile install libcurl4 #485

Merged
merged 1 commit into from
Aug 10, 2022
Merged

Conversation

RetricSu
Copy link
Contributor

No description provided.

@RetricSu RetricSu requested a review from classicalliu August 10, 2022 07:26
@@ -13,6 +13,7 @@ FROM ubuntu:focal
RUN apt-get update \
&& apt-get dist-upgrade -y \
&& apt-get install -y openssl \
&& apt-get install -y libcurl4-openssl-dev \
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

libcurl4 should work too and is smaller.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

@RetricSu RetricSu force-pushed the fix-indexer-docker branch from a9c1684 to 90f49d1 Compare August 10, 2022 09:21
@RetricSu RetricSu changed the title fix(indexer): dockerfile install libcurl4-openssl-dev fix(indexer): dockerfile install libcurl4 Aug 10, 2022
@RetricSu RetricSu merged commit b642fdf into 1.6-rc Aug 10, 2022
@RetricSu RetricSu deleted the fix-indexer-docker branch August 10, 2022 09:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants