Kirk1984

Results 8 comments of Kirk1984

Just if it helps: I created a quick and dirty Dockerfile to simplify the build process. ``` FROM node:16-alpine # Pushing all files into image WORKDIR /app RUN apk --no-cache...

Just as an fyi: I'm no coder nor do i know github except for complaining, but this Dockerfile worked. I build it on my Pi4. It took a while, but...

I know. And i used it too. It is based on this: https://github.com/goodtiding5/docker-nitter And it still relies on nimlang/nim:alpine for the build which only runs on amd64 at the time...

I had the same issue on my Inspiron 14 5402. i cleared (deleted) the dbx section and ventoy booted without issues. I can add a screenshot of what i did...

My Dell Bios didn't gave me an option to edit dbx.

Sorry, wrong addon :/

Why won't the issue close?

Distroless is not made to build but to run. Your Dockerfile should contain a builder to build and then a runner like the distroless image.