mirror of
https://github.com/iv-org/invidious.git
synced 2026-09-06 00:52:45 -05:00
remove space char
This commit is contained in:
parent
c25fd689bb
commit
0467853b28
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user