docker / awesome-compose

Awesome Docker Compose samples
https://docs.docker.com/compose/
Creative Commons Zero v1.0 Universal
34.56k stars 6.64k forks source link

Changed some instructions in Dockerfiles #486

Open techopsmasters opened 5 months ago

techopsmasters commented 5 months ago

Hi, all the dockerfiles in the projects are using <<EOF EOF in it, replaced them with && \ in the end of commands and also replaced "apt-get" and "apk" with "apt"