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