Skip to content

Commit ae0f52f

Browse files
committed
add git-core and tls set
1 parent f1d8bbe commit ae0f52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ MAINTAINER takahashim
1414

1515
RUN apt-get update && \
1616
apt-get install -y --no-install-recommends \
17-
locales && \
17+
locales git-core curl ca-certificates && \
1818
apt-get clean && \
1919
rm -rf /var/lib/apt/lists/*
2020
RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen

0 commit comments

Comments
 (0)