From ccb0c6a4343b2ebe13903f7510684c3f3f7f9ef5 Mon Sep 17 00:00:00 2001 From: Ghasem Pahlavan Date: Thu, 25 Oct 2018 11:58:06 +0330 Subject: [PATCH] add curl --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7404382..c1acb24 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM debian:stretch-slim RUN apt-get update && apt-get install --no-install-recommends -y \ + curl \ bash \ bind9 \ wget \