I have a Dockerfile that looks like that: FROM ubuntu:latest RUN apt-get update && \ apt-get -y install sudo RUN apt-get update; apt-get install
This error occurs when trying to push an image to the public repository on Docker Hub. There have been no issues with other registries I have tried. I have lo