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.
2 parents cb70847 + a74ca1d commit a3c0c7eCopy full SHA for a3c0c7e
images/ruby/.devcontainer/Dockerfile
@@ -4,4 +4,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
4
# Remove imagemagick due to https://security-tracker.debian.org/tracker/CVE-2019-10131
5
&& apt-get purge -y imagemagick imagemagick-6-common
6
7
+ENV LANG=C.UTF-8 \
8
+ LC_ALL=C.UTF-8
9
+
10
USER vscode
0 commit comments