From adcb09bf1e724893321ac2ac71f6763ddd5d3ec3 Mon Sep 17 00:00:00 2001 From: tomasgodoi Date: Tue, 29 Aug 2017 18:16:47 -0300 Subject: [PATCH] Fixing the addon for the Anki 2.1.x by using it as a module. --- tests/docker/2.1.x/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/docker/2.1.x/Dockerfile b/tests/docker/2.1.x/Dockerfile index 9dbeda6..3438c74 100644 --- a/tests/docker/2.1.x/Dockerfile +++ b/tests/docker/2.1.x/Dockerfile @@ -3,7 +3,7 @@ FROM txgio/anki:2.1.0beta14 RUN apt-get update && \ apt-get install -y xvfb -COPY AnkiConnect.py /data/addons21/AnkiConnect.py +COPY AnkiConnect.py /data/addons21/AnkiConnect/__init__.py COPY tests/docker/2.1.x/prefs21.db /data/prefs21.db