「Debian活用/Isar設定」の版間の差分
< Debian活用
ナビゲーションに移動
検索に移動
(→Docker) |
(→Docker) |
||
| 8行目: | 8行目: | ||
<nowiki> |
<nowiki> |
||
FROM debian:trixie |
|||
$ sudo apt install \ |
|||
RUN apt-get update && apt-get install -y \ |
|||
binfmt-support \ |
binfmt-support \ |
||
bubblewrap \ |
bubblewrap \ |
||
2026年7月27日 (月) 15:54時点における版
概要
設定
Docker
Dockerfile.isar
FROM debian:trixie RUN apt-get update && apt-get install -y \ binfmt-support \ bubblewrap \ bzip2 \ mmdebstrap \ arch-test \ apt-utils \ dpkg-dev \ gettext-base \ git \ python3 \ quilt \ qemu-user-static \ reprepro \ sudo \ unzip \ xz-utils \ git-buildpackage \ pristine-tar \ sbuild \ schroot \ zstd
$ git clone http://github.com/ilbers/isar.git $ cd isar/ $ . isar-init-build-env ../build $ bitbake isar-image-base