Update Dockerfile
Fix build ERROR 127, "msgfmt: ommand not found"
This commit is contained in:
parent
dc9bd244f8
commit
1bfa783c26
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user