summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-03-16 08:09:12 -0400
committerTom Rini <[email protected]>2022-03-16 08:09:12 -0400
commitc24b4e4fb8810b496e5f303ffd2641293f4c4b50 (patch)
treec2929ba06b67e8f654a4ab9f4b657e805601be9c /tools
parent2abf048ab7b835787d6627423559832f2b18f253 (diff)
parent2c30aa3dbcc47cff583042685098ad2e7900ff57 (diff)
Merge branch '2022-03-15-add-erofs-support' into next
- Add erofs support
Diffstat (limited to 'tools')
-rw-r--r--tools/docker/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 7a3f5cbade4..c51e3430137 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -2,7 +2,7 @@
# This Dockerfile is used to build an image containing basic stuff to be used
# to build U-Boot and run our test suites.
-FROM ubuntu:focal-20220113
+FROM ubuntu:focal-20220302
MAINTAINER Tom Rini <[email protected]>
LABEL Description=" This image is for building U-Boot inside a container"
@@ -48,6 +48,7 @@ RUN apt-get update && apt-get install -y \
dosfstools \
e2fsprogs \
efitools \
+ erofs-utils \
expect \
fakeroot \
flex \