diff options
author | Kevin Hilman <khilman@baylibre.com> | 2017-05-24 11:29:32 -0700 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-05-24 11:29:40 -0700 |
commit | 1c5f8215584710573a21e00cc4615052e90b5758 (patch) | |
tree | 40366535f8e9b8434a91a2c33e4af25d191039a5 | |
parent | 5a4ce9a28485f349f5fbf396e10ec9fbb47b8633 (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-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 \ |