Update Dockerfile 75/head
authorRadio <35003866+radiolee@users.noreply.github.com>
星期二, 2 Nov 2021 07:48:24 +0000 (15:48 +0800)
committerGitHub <noreply@github.com>
星期二, 2 Nov 2021 07:48:24 +0000 (15:48 +0800)
Fix build ERROR 127,  "msgfmt: ommand not found"

Dockerfile

index 2534e1c5e4c190f28bc9a7ddf0142950b96d9a53..756ce33c672efb1a95c377174ae2c8b482f0fb3e 100644 (file)
@@ -1,7 +1,7 @@
 FROM ubuntu:20.04
 ENV DEBIAN_FRONTEND=noninteractive
 
-RUN apt-get update && apt-get -y install build-essential uuid-dev iasl nasm gcc-aarch64-linux-gnu abootimg python3-distutils python3-pil python3-git locales \
+RUN apt-get update && apt-get -y install build-essential uuid-dev iasl nasm gcc-aarch64-linux-gnu abootimg python3-distutils python3-pil python3-git gettext locales \
     && rm -rf /var/lib/apt/lists/* \
     && locale-gen en_US.UTF-8
 ENV LANG en_US.utf8