• Home
  • Set primary menu

Date:
December 21, 2021
Categories:
Development
Tags:
apt, docker
Comments:
0

software-properties-common not being installed properly in dockerfile

https://askubuntu.com/questions/961899/404-not-found-when-installing-packages

change it to

RUN apt-get update && apt-get -y install software-properties-common

Leave a Reply Cancel reply

Your email address will not be published.

Let's Code