diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index afd58ed..e4bac96 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -155,5 +155,7 @@ ENTRYPOINT ["/startup.sh"] RUN apt update && apt install -y menulibre +RUN npm -g install sass yuglify + # Copy files COPY rootfs / \ No newline at end of file