Added Copyright header to Dockerfile.x86_64-unknown-linux-gnu

This commit is contained in:
a1ecbr0wn 2022-04-28 16:27:12 +01:00 committed by Simon Hausmann
parent 1de723ae84
commit f8f2add05b

View file

@ -1,3 +1,6 @@
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
FROM rustembedded/cross:x86_64-unknown-linux-gnu
# Unfortunately the base container is based on Centos7 rather than Ubuntu