Skip to content
Snippets Groups Projects
Unverified Commit 5706e7a8 authored by Andrej Shadura's avatar Andrej Shadura
Browse files

Add qemu-user-static and binfmt-support for emulated builds

parent 439720a2
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
...@@ -9,6 +9,7 @@ ARG DEBIAN_FRONTEND=noninteractive ...@@ -9,6 +9,7 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y \ && apt-get install -y \
binutils \ binutils \
binfmt-support \
cpio \ cpio \
curl \ curl \
debootstrap \ debootstrap \
...@@ -18,6 +19,7 @@ RUN apt-get update \ ...@@ -18,6 +19,7 @@ RUN apt-get update \
lvm2 \ lvm2 \
lzma \ lzma \
psmisc \ psmisc \
qemu-user-static \
rpm rpm
RUN rm /etc/supervisor/conf.d/* RUN rm /etc/supervisor/conf.d/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment