summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2017-05-24 11:29:32 -0700
committerKevin Hilman <khilman@baylibre.com>2017-05-24 11:29:40 -0700
commit1c5f8215584710573a21e00cc4615052e90b5758 (patch)
tree40366535f8e9b8434a91a2c33e4af25d191039a5
parent5a4ce9a28485f349f5fbf396e10ec9fbb47b8633 (diff)
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 <khilman@baylibre.com>
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
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 \