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

Docker issue for ubuntu on ARM mac #1

Open
thegodone opened this issue Oct 26, 2022 · 3 comments
Open

Docker issue for ubuntu on ARM mac #1

thegodone opened this issue Oct 26, 2022 · 3 comments

Comments

@thegodone
Copy link

this line is failing:
postgresql-server-dev-${postgres_version}=$(postgres -V | awk '{print $3}')* \

solution:
I replace by postgresql-server-dev-all and add this line before the apt-get
ENV DEBIAN_FRONTEND=noninteractive

@rvianello
Copy link
Owner

Thank you very much for suggesting these changes and creating a PR @thegodone!

@paconius
Copy link

I tried building the master branch on x86_64 and found that it fails in a similar manner as @thegodone described for ARM. Making the 'postgresql-server-dev-all' replacement fixes the issue for me and allows a build. I did not have to add 'ENV DEBIAN_FRONTEND=noninteractive' to get a successful build.

@rvianello
Copy link
Owner

It's funny that you both experienced an issue that so far I never saw, when we are supposedly all running the same code in the same container. But thanks @paconius for sharing some feedback regarding the DEBIAN_FRONTEND settings. I'll run some tests again and consider switching to use postgresql-server-dev-all.

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

No branches or pull requests

3 participants