From 5ba77012a71b63cc47c4b0feee028281d5ae694a Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 19 Apr 2020 23:42:36 +0200 Subject: [PATCH] update js8py library --- docker/scripts/install-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/scripts/install-dependencies.sh b/docker/scripts/install-dependencies.sh index dda0376..1f195d7 100755 --- a/docker/scripts/install-dependencies.sh +++ b/docker/scripts/install-dependencies.sh @@ -26,7 +26,7 @@ apk add --no-cache --virtual .build-deps $BUILD_PACKAGES git clone https://github.com/jketterl/js8py.git pushd js8py -git checkout b55b6c7668c353b9f1af507c505b8a774951dee6 +git checkout 888e62be375316882ad2b2ac8e396c3bf857b6fc python3 setup.py install popd