This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM debian:bullseye | |
| ENV DEBIAN_FRONTEND noninteractive | |
| ENV LANG='C.UTF-8' LC_ALL='C.UTF-8' | |
| # Support multiarch builds to perform cross compilation | |
| # https://wiki.debian.org/Multiarch/HOWTO | |
| RUN dpkg --add-architecture arm64 | |
| # Expected system requirements |