From 24de315f49acbaf69c81599258e3690ad7f9dbde Mon Sep 17 00:00:00 2001 From: KAiZ <24286590+KaizIqbal@users.noreply.github.com> Date: Sun, 17 Nov 2019 20:31:01 +0530 Subject: [PATCH] changed --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index d97152d8..b13f3919 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ FROM stackbrew/debian:jessie +# Update Repository +RUN apt-get update # Install Build dependencies RUN apt-get install -qy python3 RUN apt-get install -qy python3-pip