too many backslash

This commit is contained in:
Emilien Devos
2021-12-15 20:00:51 +01:00
parent bbba6eb9b5
commit 9a8a457bb0
+1 -1
View File
@@ -20,7 +20,7 @@ COPY ./invidious/.git/ ./.git/
RUN crystal build ./src/invidious.cr ${add_build_args} \
--release \
--static --warnings all \
--link-flags "-lxml2 -llzma"; \
--link-flags "-lxml2 -llzma";
RUN shards build --release --static sentry_crash_handler