From 00349005f39035a495e41e0df1d052d44627ca35 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Mon, 28 Sep 2020 13:35:39 +0100 Subject: [PATCH] Build change --- build.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index 833c3e9..3a8b871 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,4 @@ #!/usr/bin/env sh -docker run -v "$(pwd):/src/" \ - --entrypoint /bin/sh \ - cdrx/pyinstaller-linux \ - -c "apt-get update -y && apt-get install -y portaudio19-dev && /entrypoint.sh" +docker run \ + -v "$(pwd):/src/" \ + fergalmoran/disco-hue-builder:linux \ No newline at end of file