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

update the Dockerfile to include utilites needed to make it run #775

Merged
merged 1 commit into from
Sep 12, 2022

Conversation

jwoertink
Copy link
Member

Comment on lines +4 to +5
RUN apt-get update && \
apt-get install -y wget gunzip
Copy link
Member

Choose a reason for hiding this comment

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

Can this be moved down to the other section using apt-get?

Copy link
Member Author

Choose a reason for hiding this comment

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

The line right after this runs wget, so it has to be installed before we get to that. Then that one is required before the following apt-get so node can be installed 😅

@jwoertink jwoertink merged commit a38efcd into main Sep 12, 2022
@jwoertink jwoertink deleted the fixing_docker branch September 12, 2022 17:34
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.

The docker image doesn't building
2 participants