Skip to content

Commit 30a101c

Browse files
committed
Install CA certs, curl and ping in Dgraph Docker image.
1 parent 8b0295b commit 30a101c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contrib/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
FROM ubuntu:latest
88
MAINTAINER Dgraph Labs <contact@dgraph.io>
99

10+
RUN apt-get update && \
11+
apt-get install -y --no-install-recommends ca-certificates curl iputils-ping && \
12+
rm -rf /var/lib/apt/lists/*
13+
1014
ADD linux /usr/local/bin
1115

1216
EXPOSE 8080

0 commit comments

Comments
 (0)