Fix build for newest changes

This commit is contained in:
Nils Bergmann 2022-01-05 17:21:25 +01:00
parent f914799b62
commit dc39acaa75
No known key found for this signature in database
GPG Key ID: 5FAEC08EE1DC2DF9

View File

@ -25,6 +25,7 @@ COPY migrations/ /build/migrations
COPY resources/ /build/resources
COPY thirdparty/ /build/thirdparty
COPY vanity /build/vanity
COPY tests/ /build/tests
COPY .clang-* CMake* LICENSE /build/
ARG BUILD_THREADS=1