Skip to content

Commit c6eec16

Browse files
committed
chore(base): change default locale
1 parent 8e2b8d3 commit c6eec16

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
ARG BASE_LAYER
22
FROM ${BASE_LAYER}
3-
3+
ENV LANG C.UTF-8
44
ENTRYPOINT ["init-stack"]

bullseye/rootfs/usr/bin/scanelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ find $1 -type f -executable -exec scanelf --needed --nobanner --format '%n#p' '{
33
| sort -u \
44
| xargs -rt dpkg -S 2>/dev/null \
55
| awk -F ": " '{print $1}' \
6-
| awk '!x[$0]++'
6+
| sort -u

0 commit comments

Comments
 (0)