1
0
mirror of https://github.com/rancher/os.git synced 2025-07-05 19:16:13 +00:00

Merge pull request #1072 from ibuildthecloud/add-udev-to-installer

Add udev back to the installer
This commit is contained in:
Darren Shepherd 2016-06-29 23:52:38 -07:00 committed by GitHub
commit b79533c7f9

View File

@ -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/