couchbase / docker

Dockerfiles and configuration scripts for the Docker Hub Official Couchbase images
143 stars 154 forks source link

CBD-4059: Use apt-get rather than dpkg to install #154

Closed ceejatec closed 3 years ago

ceejatec commented 3 years ago

6.0.x depended on a package (libssl1.0.0) which wasn't available by default in ubuntu:18.04. Using "apt-get" rather than "dpkg" to install is a general solution for these kinds of problems and should have been done all along.