diff --git a/amd64.dockerfile b/amd64.dockerfile index 8df7c7e..157cda5 100644 --- a/amd64.dockerfile +++ b/amd64.dockerfile @@ -50,7 +50,11 @@ RUN \ python3-dev \ libc-dev \ py3-pip \ + npm \ yt-dlp && \ + echo "*** install freyr client ***" && \ + apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing atomicparsley && \ + npm install -g miraclx/freyr-js &&\ echo "*** install python packages ***" && \ pip install --upgrade --no-cache-dir \ yq \