aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorJames Ruan <[email protected]>2017-08-31 18:22:33 +0800
committerXECDesign <[email protected]>2017-08-31 11:22:33 +0100
commitc0513c547adf7bb85d91ccea97453d7d91ce0c60 (patch)
tree31dd70f239a8b0000c6ef1e3165a3b808ef947f9 /Dockerfile
parentdc0fb57fb943300902e908bc707a8829f9c1e582 (diff)
export-image: when work in a non-English locale environment the PARTUUID will silently fail, resulting to an unbootable image file. (#96)
* use dd and xxd to get disk identifier * add xxd as dependency
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 2085b7c..d37d6a9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ RUN apt-get -y update && \
apt-get -y install \
git vim parted \
quilt realpath qemu-user-static debootstrap zerofree pxz zip dosfstools \
- bsdtar libcap2-bin rsync grep udev xz-utils curl \
+ bsdtar libcap2-bin rsync grep udev xz-utils curl xxd \
&& rm -rf /var/lib/apt/lists/*
COPY . /pi-gen/