Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev: add curl to dockerfile #685

Merged
merged 2 commits into from
Jul 29, 2023

Conversation

ftupas
Copy link
Contributor

@ftupas ftupas commented Jul 28, 2023

Hi, this smol follow-up pr adds curl to the final stage of the Dockerfile. Apologies, I misread it and thought it was included already

@@ -20,6 +20,13 @@ LABEL description="Dojo is a provable game engine and toolchain for building onc
source="/~https://github.com/dojoengine/dojo" \
documentation="https://book.dojoengine.org/"

RUN apt-get -y update; \

Choose a reason for hiding this comment

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

can you also move the ENV HEALTH_CHECK_PORT next to the HEALTHCHECK command? Generally speaking it's better to keep variable/declaration close to where they are used, and here it's not even in the final image if I'm right

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Gotcha, you're right, let me move it closer onto where it's used 👍

@tarrencev tarrencev merged commit 6b3c996 into dojoengine:main Jul 29, 2023
@ftupas ftupas deleted the dev/add-curl-dockerfile branch July 31, 2023 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants