We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b361b06 commit d205f9fCopy full SHA for d205f9f
src/universal/.devcontainer/Dockerfile
@@ -11,9 +11,10 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
11
# Restore man command
12
&& yes | unminimize 2>&1
13
14
+ENV LANG="C.UTF-8"
15
+
16
# Install basic build tools
-RUN LANG="C.UTF-8" \
- && apt-get update \
17
+RUN apt-get update \
18
&& apt-get upgrade -y \
19
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
20
make \
0 commit comments