From 7a9040d3411ba697b69e02f2a75b77a0dafac748 Mon Sep 17 00:00:00 2001 From: shubham chaudhary Date: Tue, 14 Sep 2021 16:20:32 +0530 Subject: [PATCH] update(dockerfile): removed depreciated package Signed-off-by: shubham chaudhary --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b105605..da94bf0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ARG TARGETARCH # upgrade and setup python RUN apt-get update \ - && apt-get -y install gcc python-pip python3-pip python-dev curl \ + && apt-get -y install gcc python3-pip python-dev curl \ && pip install --upgrade pip \ && pip install jinja2 pyYaml