Skip to content

Commit

Permalink
update(dockerfile): removed depreciated package
Browse files Browse the repository at this point in the history
Signed-off-by: shubham chaudhary <[email protected]>
  • Loading branch information
shubham chaudhary committed Sep 14, 2021
1 parent 89ffdd0 commit 7a9040d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7a9040d

Please sign in to comment.