Build changes again

This commit is contained in:
Ben Sarmiento
2023-11-21 18:43:38 +01:00
parent 1995a86f29
commit 05d884e879
4 changed files with 20 additions and 45 deletions

View File

@@ -31,7 +31,7 @@ COPY --from=obfuscator /app/zurg .
COPY config.example.yml /app/config.yml
# Install runtime dependencies and configure FUSE
RUN apk add --no-cache fuse3 \
RUN apk add --no-cache fuse3 curl \
&& echo 'user_allow_other' >> /etc/fuse.conf
ENTRYPOINT ["./zurg"]