slint/docker/Dockerfile.x86_64-unknown-linux-gnu
Simon Hausmann fb41ccf183 Fix build of cross Docker images
Disable the interactive debconf frontend.
2023-12-11 16:00:10 +01:00

11 lines
621 B
Text

# Copyright © SixtyFPS GmbH <info@slint.dev>
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 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 && \
DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes libfontconfig1-dev libxcb1-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libinput-dev libgbm-dev python3 \
libfontconfig1-dev \
clang libstdc++-10-dev