From 1c5f8215584710573a21e00cc4615052e90b5758 Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Wed, 24 May 2017 11:29:32 -0700 Subject: Dockerfile: add ser2net, u-boot-tools ser2net and u-boot-tools (for mkimage) are useful additional packages to have installed by default. Signed-off-by: Kevin Hilman --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 685a320..26c505e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,8 @@ RUN echo 'lava-server lava-server/instance-name string lava-docker-instance' | qemu-system-arm \ qemu-system-i386 \ qemu-kvm \ + ser2net \ + u-boot-tools \ && a2enmod proxy \ && a2enmod proxy_http \ && a2dissite 000-default \ -- cgit 1.2.3-korg