mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-11 08:32:47 +00:00
11 lines
598 B
Text
11 lines
598 B
Text
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
|
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
|
|
|
# Use cross-image once https://github.com/rust-embedded/cross/pull/591 is merged & released
|
|
# FROM rustembedded/cross:x86_64-unknown-linux-gnu
|
|
FROM ghcr.io/slint-ui/cross-x86_64-base:1.0
|
|
|
|
RUN apt-get update && \
|
|
apt-get install --assume-yes libfontconfig1-dev libxcb1-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev python3 \
|
|
libfontconfig1-dev \
|
|
clang libstdc++-10-dev
|