mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
12 lines
640 B
Text
12 lines
640 B
Text
# Copyright © SixtyFPS GmbH <info@sixtyfps.io>
|
|
# SPDX-License-Identifier: (GPL-3.0-only OR LicenseRef-SixtyFPS-commercial)
|
|
|
|
# Use cross-image once https://github.com/rust-embedded/cross/pull/591 is merged & released
|
|
#FROM rustembedded/cross:riscv64gc-unknown-linux-gnu-0.2.1
|
|
FROM ghcr.io/sixtyfpsui/cross-riscv64-base:1.0
|
|
|
|
RUN dpkg --add-architecture riscv64 && \
|
|
apt-get update && \
|
|
apt-get install --assume-yes libfontconfig1-dev:riscv64 libxcb1-dev:riscv64 libxcb-render0-dev:riscv64 libxcb-shape0-dev:riscv64 libxcb-xfixes0-dev:riscv64 libxkbcommon-dev:riscv64 python3
|
|
|
|
ENV PKG_CONFIG_PATH=/usr/lib/riscv64-linux-gnu/pkgconfig
|