Mateusz
10/25/2023, 10:16 PMapt update
hmmm
#0 1.143 Err:1 <http://deb.debian.org/debian> bookworm InRelease
#0 1.143 At least one invalid signature was encountered.
Is it me doing something dumb or the build is busted? Reverting to 2.14.0 "fixes" it.Nate
10/25/2023, 11:37 PMMateusz
10/25/2023, 11:50 PMFROM prefecthq/prefect:2-python3.9
SHELL ["/bin/bash", "-c"]
RUN apt update
...
and errors on that line
------
Dockerfile:4
--------------------
2 | SHELL ["/bin/bash", "-c"]
3 |
4 | >>> RUN apt update
ERROR: failed to solve: process "/bin/bash -c apt update" did not complete successfully: exit code: 100
Nate
10/26/2023, 8:28 PMMateusz
10/30/2023, 1:11 AMdocker system prune -a
resolved the issue 🙏