mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Bump docker armv7 image to include Skia dependencies
Use a newer base image from cross git and install clang.
This commit is contained in:
parent
65ac4ac2f1
commit
6edf210473
1 changed files with 5 additions and 2 deletions
|
@ -1,11 +1,14 @@
|
|||
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
|
||||
FROM rustembedded/cross:armv7-unknown-linux-gnueabihf-0.2.1
|
||||
# Use cross-image once https://github.com/rust-embedded/cross/pull/591 is merged & released
|
||||
#FROM rustembedded/cross:armv7-unknown-linux-gnueabihf-0.2.1
|
||||
FROM ghcr.io/slint-ui/cross-armv7-base:1.0
|
||||
|
||||
RUN dpkg --add-architecture armhf && \
|
||||
apt-get update && \
|
||||
apt-get install --assume-yes libfontconfig1-dev:armhf libxcb1-dev:armhf libxcb-render0-dev:armhf libxcb-shape0-dev:armhf libxcb-xfixes0-dev:armhf libxkbcommon-dev:armhf python3 \
|
||||
libfontconfig1-dev
|
||||
libfontconfig1-dev \
|
||||
clang libstdc++-10-dev:armhf
|
||||
|
||||
ENV PKG_CONFIG_PATH=/usr/lib/arm-linux-gnueabihf/pkgconfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue