remove space char

This commit is contained in:
Fijxu 2026-08-04 19:03:20 -04:00
parent c25fd689bb
commit 0467853b28
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

View File

@ -70,7 +70,7 @@ RUN --mount=type=cache,target=/root/.cache/crystal if [[ "${release}" == 1 ]] ;
PKG_CONFIG_PATH=/openssl-${OPENSSL_VERSION} \
crystal build ./src/invidious.cr \
--static --warnings all \
--link-flags "-lxml2 -llzma -no-pie"; \
--link-flags "-lxml2 -llzma -no-pie"; \
fi
FROM alpine:3.24