Commit 2946d35
committed
Disable upstream PGDG apt source before update
Upstream catmaid/catmaid-standalone bakes the apt.postgresql.org
PGDG repo. PGDG retired focal-pgdg when Ubuntu 20.04 hit standard
EOL, so the Release file is gone and apt-get update aborts with
'does not have a Release file', failing the whole build.
Postgres is already installed in the base image, so we don't need
PGDG to be reachable at build time. Delete the PGDG source file
before running update. r-base resolves fine from focal main once
PGDG is out of the way.1 parent 6c2518b commit 2946d35
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
36 | 43 | | |
37 | 44 | | |
38 | 45 | | |
| |||
0 commit comments