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 f1d8bbe commit ae0f52fCopy full SHA for ae0f52f
Dockerfile
@@ -14,7 +14,7 @@ MAINTAINER takahashim
14
15
RUN apt-get update && \
16
apt-get install -y --no-install-recommends \
17
- locales && \
+ locales git-core curl ca-certificates && \
18
apt-get clean && \
19
rm -rf /var/lib/apt/lists/*
20
RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
0 commit comments