Hi Miriam, Andreas, Thank you so much for your great advice!
I found out the cause of the problem at last. The reason why I got the error is that my Dockerfile also had the line to install openssh like the following BEFORE the line installing apache2. RUN apt-get -y install openssh-server openssh-client When I moved the above line AFTER the line installing apache2, building my container image was successfully done. Thanks again! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084954 Title: apache2 cannot be installed with apt/apt-get To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/2084954/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
