mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
Dockerfile: Use generic name for generic kernel package on aarch64
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
51c5ba9610
commit
b7512d3d83
@ -67,7 +67,7 @@ RUN if [ "$TARGETARCH" = "arm64" ]; then \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends --no-install-suggests \
|
||||
libcap2-bin \
|
||||
libguestfs-tools \
|
||||
linux-image-5.8.0-63-generic \
|
||||
linux-image-generic \
|
||||
autotools-dev \
|
||||
autoconf \
|
||||
automake \
|
||||
|
Loading…
Reference in New Issue
Block a user