Skip to content

fix gateway dockerfile to use apt and libc6#261

Open
julienbock wants to merge 1 commit into
azimuttapp:mainfrom
julienbock:fix-gateway-dockerfile
Open

fix gateway dockerfile to use apt and libc6#261
julienbock wants to merge 1 commit into
azimuttapp:mainfrom
julienbock:fix-gateway-dockerfile

Conversation

@julienbock
Copy link
Copy Markdown

No description provided.

Comment thread gateway/Dockerfile
FROM node:18-slim AS deps
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
RUN apk add --no-cache libc6-compat
RUN apt install libc6
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks for the PR 👍
Still given the comment above, still not very confident it won't break anything...
Do you know the difference between libc6 and libc6-compat?

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I don't think, it will break something because libc6-compat is only set of lib compatible with glib since alpine use musl no?

@loicknuchel loicknuchel force-pushed the main branch 4 times, most recently from 84388be to 9929ba9 Compare June 20, 2024 12:27
@SamirPS
Copy link
Copy Markdown

SamirPS commented Jul 23, 2024

Do we still need to let this PR open?

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.

4 participants