Commit 392f8c0
Remove broken dilos apt repo
CI is currently down because apt is unable to access the repo at
dilos.org. It is failing inside the fortanix install script which tries
to run apt-get with the error:
```
5.679 E: Failed to fetch https://apt.dilos.org/dilos/dists/dilos2/InRelease 403 Forbidden [IP: 116.202.240.188 443]
```
These lines in the Dockerfile were added when Solaris builds were merged
into dist-various-2 in #45001.
However, Solaris builds were split off in
#138699. In that PR, these lines
adding the dilos repository weren't removed.
AFAICT, these are no longer necessary.1 parent 3b4883f commit 392f8c0
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
| |||
0 commit comments