fix formatting

This commit is contained in:
Fijxu 2025-09-02 10:05:20 -04:00
parent b7a3f98fab
commit 258b7e1fc4
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

View File

@ -34,7 +34,7 @@ COPY ./assets/ ./assets/
COPY ./videojs-dependencies.yml ./videojs-dependencies.yml COPY ./videojs-dependencies.yml ./videojs-dependencies.yml
RUN crystal spec --warnings all \ RUN crystal spec --warnings all \
--link-flags "-lxml2 -llzma" --link-flags "-lxml2 -llzma"
ARG OPENSSL_VERSION ARG OPENSSL_VERSION
COPY --from=openssl-builder /openssl-${OPENSSL_VERSION} /openssl-${OPENSSL_VERSION} COPY --from=openssl-builder /openssl-${OPENSSL_VERSION} /openssl-${OPENSSL_VERSION}