Skip to content

Commit 918b528

Browse files
Neil Hornepfeerick
Neil Horne
authored andcommitted
Attempt to fix locale warning
Try that again for dev
1 parent a13eda3 commit 918b528

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ ARG QT_INSTALL_DIR=/opt/qt
1313
ARG GCC_ARM_VERSION=14.2.rel1
1414
ARG NODE_VERSION=20.x
1515

16+
ENV LANG=C.UTF-8
17+
ENV LC_ALL=C.UTF-8
18+
1619
# Setup package repositories and install all dependencies in a single layer
1720
RUN apt-get update && \
1821
apt-get install --yes --no-install-recommends software-properties-common gpg wget ca-certificates && \

0 commit comments

Comments
 (0)