Skip to content
Snippets Groups Projects
Unverified Commit 30a101ca authored by Manish R Jain's avatar Manish R Jain
Browse files

Install CA certs, curl and ping in Dgraph Docker image.

parent 8b0295b5
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,10 @@ ...@@ -7,6 +7,10 @@
FROM ubuntu:latest FROM ubuntu:latest
MAINTAINER Dgraph Labs <contact@dgraph.io> MAINTAINER Dgraph Labs <contact@dgraph.io>
RUN apt-get update && \
apt-get install -y --no-install-recommends ca-certificates curl iputils-ping && \
rm -rf /var/lib/apt/lists/*
ADD linux /usr/local/bin ADD linux /usr/local/bin
EXPOSE 8080 EXPOSE 8080
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment