Skip to content

Commit 9aa8ea9

Browse files
author
David Heurtevent
committed
removed LC in Dockerfile
1 parent d9bf373 commit 9aa8ea9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL build_date="2025-11-15"
66
ENV container=docker
77

88
# Update packages
9-
RUN yes | LC_ALL=en_US.UTF-8 pacman -Syu
9+
RUN yes | pacman -Syu
1010

1111
VOLUME ["/sys/fs/cgroup"]
1212

0 commit comments

Comments
 (0)