Skip to content
Snippets Groups Projects
Verified Commit ded9d818 authored by David Beniamine's avatar David Beniamine
Browse files

Install docker from debian packages

parent f4db9d01
Branches
No related tags found
No related merge requests found
......@@ -35,23 +35,11 @@ DEBIAN_FRONTEND='noninteractive' apt-get update \
apt-transport-https \
ca-certificates \
curl \
docker.io \
gnupg2 \
seccomp \
software-properties-common
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
apt-key fingerprint 0EBFCD88
sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/debian \
$(lsb_release -cs) \
stable"
DEBIAN_FRONTEND='noninteractive' apt-get update \
&& DEBIAN_FRONTEND='noninteractive' apt-get -qq install \
docker-ce
# aufs-tools \
# Install hosts apache / nginx
if [ ${WEB_SERVER} != "apache2" ]
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment