There was an error while loading. Please reload this page.
1 parent 48dc6bf commit 13cc77bCopy full SHA for 13cc77b
1 file changed
dev/Dockerfile
@@ -13,6 +13,9 @@ ARG QT_INSTALL_DIR=/opt/qt
13
ARG GCC_ARM_VERSION=14.2.rel1
14
ARG NODE_VERSION=20.x
15
16
+ENV LANG=C.UTF-8
17
+ENV LC_ALL=C.UTF-8
18
+
19
# Setup package repositories and install all dependencies in a single layer
20
RUN apt-get update && \
21
apt-get install --yes --no-install-recommends software-properties-common gpg gpg-agent wget ca-certificates && \
0 commit comments