Signed-off-by: Manuel Peuster <manuel@peuster.de>
set -x
# install docker
-apt-get install curl apt-transport-https ca-certificates
-curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
-add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
-apt-get -qq update
-apt-get install docker-ce
+#apt-get install curl apt-transport-https ca-certificates
+#curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
+#add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
+#apt-get -qq update
+#apt-get install docker-ce
# build the container
docker build -t son-emu-img .