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 446309c commit 889147dCopy full SHA for 889147d
Dockerfile
@@ -1,5 +1,7 @@
1
FROM ubuntu:14.04
2
3
+ENV LANG en_US.UTF-8
4
+
5
RUN apt-get update && \
6
apt-get install -y vim redis-server 2.6 && \
7
rm -rf /var/lib/apt/lists/*
0 commit comments