Change -trusty to -xenial and checkup on the given commands, because this script did not work for me.
I would suggest using the supported way of docker:
RUN curl -sSL https://get.docker.com/ | sh
which has all dependencies covered and scripted into the given file.
The separate lines are in this script and the one-liner covers them all.
Change -trusty to -xenial and checkup on the given commands, because this script did not work for me. I would suggest using the supported way of docker: RUN curl -sSL https://get.docker.com/ | sh which has all dependencies covered and scripted into the given file. The separate lines are in this script and the one-liner covers them all.