Skip to content

Comments

Fixing Dockerfile build issues#4

Open
JosefBud wants to merge 2 commits intoTrevorCarmichael:mainfrom
JosefBud:fixes
Open

Fixing Dockerfile build issues#4
JosefBud wants to merge 2 commits intoTrevorCarmichael:mainfrom
JosefBud:fixes

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