mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 21:30:48 +00:00
Drop the locale hack on the Debian docker file
This commit is contained in:
parent
b692286690
commit
4ba3d25ba1
@ -57,10 +57,5 @@ RUN apt-get -t experimental install -yq --no-install-recommends \
|
||||
#deps needed only for installed tests
|
||||
RUN apt-get install -yq --no-install-recommends \
|
||||
gnome-desktop-testing dbus-x11 ca-certificates
|
||||
#fix locales
|
||||
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
|
||||
dpkg-reconfigure --frontend=noninteractive locales && \
|
||||
update-locale LANG=en_US.UTF-8
|
||||
ENV LANG en_US.UTF-8
|
||||
RUN mkdir /build
|
||||
WORKDIR /build
|
||||
|
@ -53,8 +53,4 @@ RUN apt-get install -yq --no-install-recommends \
|
||||
RUN apt-get install -yq --no-install-recommends \
|
||||
gnome-desktop-testing dbus-x11 ca-certificates
|
||||
RUN mkdir /build
|
||||
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
|
||||
dpkg-reconfigure --frontend=noninteractive locales && \
|
||||
update-locale LANG=en_US.UTF-8
|
||||
ENV LANG en_US.UTF-8
|
||||
WORKDIR /build
|
||||
|
Loading…
Reference in New Issue
Block a user