fix quick xp

This commit is contained in:
Quentin 2020-02-04 17:45:16 +01:00
parent 025c422229
commit c2037f3440
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/debian \
$(lsb_release -cs) \
@ -14,4 +14,4 @@ chmod +x run-3
docker login registry.gitlab.inria.fr
docker pull registry.gitlab.inria.fr/qdufour/donar
make ...