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

Fix dockerfile #392

Closed
wants to merge 1 commit into from
Closed

Fix dockerfile #392

wants to merge 1 commit into from

Conversation

orkunkl
Copy link
Contributor

@orkunkl orkunkl commented Jan 27, 2021

  • Fix dependencies
  • Set runtime os to latest(stable version)
  • Remove user configurations to make things simpler, you can discard the change if you want.

Copy link
Contributor

@colin-axner colin-axner left a comment

Choose a reason for hiding this comment

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

LGTM, @marbar3778 could you take a quick peak 🙏


ENV RELAYER /relayer

RUN addgroup rlyuser && \
Copy link
Member

Choose a reason for hiding this comment

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

Looks fine, but why use the sudo user?

Copy link
Contributor

Choose a reason for hiding this comment

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

I concur, could we add it back? Using users aligns with gaia dockerfile and anyone using a relayer in production should know how to run the relayer in a docker container as a regular user

@colin-axner
Copy link
Contributor

#462 includes the relevant changes

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