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

Add missing build dependencies #7

Merged
merged 1 commit into from
Dec 9, 2020
Merged

Add missing build dependencies #7

merged 1 commit into from
Dec 9, 2020

Conversation

dhoppe
Copy link
Contributor

@dhoppe dhoppe commented Dec 9, 2020

These changes are necessary to build Docker images for Raspberry Pi OS (32-bit).

@@ -1,14 +1,20 @@
FROM ubuntu:20.04
LABEL maintainer="Jeff Geerling"

ENV DEBIAN_FRONTEND noninteractive
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This environment variable is also used for Debian 9/10. It also solves the problem of #2 or #3.

@geerlingguy geerlingguy merged commit d1ad3fa into geerlingguy:master Dec 9, 2020
@dhoppe dhoppe deleted the patch-1 branch December 9, 2020 20:02
@c-goes
Copy link
Contributor

c-goes commented Dec 9, 2020

I would have preferred ARG over ENV for the noninteractive variable. So this environment only applies for the build.

@dhoppe
Copy link
Contributor Author

dhoppe commented Dec 9, 2020

Makes sense. Looking at the issues, the Dockerfile‘s could basically use some attention.

@geerlingguy
Copy link
Owner

@c-goes - Ah, true. Happy to field another PR :)

Also @dhoppe I am now pushing an arm64 image in addition to the amd64!

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