Skip to content

Commit

Permalink
Add missing copyright and license header
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Jan 2, 2023
1 parent e4dc1f7 commit 8edc7f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/Dockerfile.cpp-image
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial

ARG arch
FROM ghcr.io/slint-ui/slint/$arch
ARG arch
Expand All @@ -18,4 +21,4 @@ ENV PATH=/cargo/bin:/rust/bin:$PATH
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
RUN rustup target add $arch

ENV RUST_FONTCONFIG_DLOPEN=on
ENV RUST_FONTCONFIG_DLOPEN=on

0 comments on commit 8edc7f6

Please sign in to comment.