mirror of
https://github.com/rancher/os.git
synced 2025-07-05 11:06:13 +00:00
Merge pull request #1072 from ibuildthecloud/add-udev-to-installer
Add udev back to the installer
This commit is contained in:
commit
b79533c7f9
@ -1,7 +1,7 @@
|
||||
FROM ubuntu:16.04
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
RUN apt-get update && \
|
||||
apt-get install --no-install-recommends -y grub2 parted kexec-tools && \
|
||||
apt-get install --no-install-recommends -y udev grub2 parted kexec-tools && \
|
||||
rm -rf /var/lib/apt/*
|
||||
|
||||
COPY ./build/vmlinuz ./build/initrd /dist/
|
||||
|
Loading…
Reference in New Issue
Block a user