Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
avinal authored Aug 26, 2021
1 parent bc86e06 commit 6cc3c99
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 @@ -14,5 +14,5 @@ LABEL org.opencontainers.image.version="0.1.0-beta"

ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get update && apt-get upgrade -y && apt-get install git
RUN apt-get update && apt-get upgrade -y && apt-get install -y git
RUN pip3 install -r requirements.txt

0 comments on commit 6cc3c99

Please sign in to comment.