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 829d838 commit 35e08b7Copy full SHA for 35e08b7
Dockerfile
@@ -1,5 +1,6 @@
1
FROM debian:8.0
2
MAINTAINER andystanton
3
+ENV LANG C.UTF-8
4
RUN apt-get update -qq -y && \
5
apt-get install -y patch php5-cli && \
6
apt-get clean && \
0 commit comments