aergus / dockerfiles

Creative Commons Zero v1.0 Universal
19 stars 38 forks source link

Image fails with apt-cache update error #9

Closed smartsammler closed 4 years ago

smartsammler commented 4 years ago

When I try to compile a LaTeX file with this image, it fails with the following error

$ apt-cache update
E: Invalid operation update
ERROR: Job failed: exit code 1

Probably that is caused by an Debian update to Bullseye. Inside of an debian:latest image that is bullseye/sid, I can't run apt-cache update either. However, apt-get update works.

smartsammler commented 4 years ago

Sorry, your image is correct. My CI failed at an earlier stage.