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

Fixing Dockerfile build issues #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

JosefBud
Copy link

When running the docker build step, I ran into the same issue mentioned in #1. Pinning the Ubuntu version @ 20.04 seemed to fix the issue, and that also addresses #2. I then ran into an issue where one of the apt packages was installing tzdata which had an interactive prompt for inputting your timezone, so I added environment variables to ensure that prompt doesn't appear as well as README instructions to edit the environment variable to the reader's timezone.

Summary:

  • Pinned Dockerfile's Ubuntu version to 20.04
  • Added DEBIAN_FRONTEND="noninteractive" and TZ environment variables

@Stormer1911
Copy link

yep this is an issue 👍

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.

2 participants