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 1bc380f commit d022785Copy full SHA for d022785
1 file changed
Dockerfile
@@ -1,5 +1,7 @@
1
FROM ruby:2.5.1
2
3
+ENV LANG=C.UTF-8
4
+
5
WORKDIR /devdocs
6
7
RUN apt-get update && \
0 commit comments