chore: Add third_party to toxcore-sources docker image.

This is needed so other/docker/coverage/run works.
This commit is contained in:
iphydf 2022-03-27 19:56:09 +00:00
parent bb7b1e9b3a
commit b768c153ae
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -1,6 +1,7 @@
FROM scratch
# Roughly in order of change frequency.
COPY third_party/ /src/third_party/
COPY .github/scripts/flags*.sh /src/.github/scripts/
COPY other/proxy/ /src/other/proxy/
COPY cmake/ /src/cmake/