Hi, I'm trying to build prefect custom image using...
# ask-community
a
Hi, I'm trying to build prefect custom image using this docker file but facing issues mentioned in the thread. Let me know if somebody can help. https://github.com/PrefectHQ/prefect/blob/main/Dockerfile
error.txt
Step
Copy code
RUN apt-get update && \
22
    apt-get install --no-install-recommends -y \
23
    # Required for arm64 builds
24
    chromium \
25
    && apt-get clean && rm -rf /var/lib/apt/lists/*
r
That looks like an issue with apt/debian packages and nothing to do with prefect.
a
Do you have any suggestion on how to fix it?
r
No. It's been a while since I've upgraded debian packages, so I'm not sure what version bullseye is. If that's testing/unstable, maybe trying using stable to pull an image/packages. If it's unstable, usually you have to wait for it to be fixed in the distro. I'd direct help inquiries to debian support channels.