Skip to content

Commit

Permalink
libarchive: Add locale environment to armv7 and aarch64 images
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathas-Conceicao <jonathas.conceicao@ossystems.com.br>
  • Loading branch information
Jonathas-Conceicao authored and otavio committed Mar 3, 2021
1 parent 9290c19 commit a29005e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile.aarch64-unknown-linux-gnu-libarchive
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ RUN dpkg --add-architecture arm64 && \

ENV PKG_CONFIG_ALLOW_CROSS 1
ENV PKG_CONFIG_PATH /usr/lib/aarch64-linux-gnu/pkgconfig/

# Set the locale
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8
4 changes: 4 additions & 0 deletions Dockerfile.armv7-unknown-linux-gnueabihf-libarchive
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ RUN dpkg --add-architecture armhf && \

ENV PKG_CONFIG_ALLOW_CROSS 1
ENV PKG_CONFIG_PATH /usr/lib/arm-linux-gnueabihf/pkgconfig/

# Set the locale
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8

0 comments on commit a29005e

Please sign in to comment.