Skip to content

Commit d205f9f

Browse files
Universal: Set LANG="C.UTF-8" as ENV (devcontainers#417)
1 parent b361b06 commit d205f9f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/universal/.devcontainer/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
1111
# Restore man command
1212
&& yes | unminimize 2>&1
1313

14+
ENV LANG="C.UTF-8"
15+
1416
# Install basic build tools
15-
RUN LANG="C.UTF-8" \
16-
&& apt-get update \
17+
RUN apt-get update \
1718
&& apt-get upgrade -y \
1819
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
1920
make \

0 commit comments

Comments
 (0)