Skip to content

Commit

Permalink
Merge pull request #6 from unixdevil/development
Browse files Browse the repository at this point in the history
added -y
  • Loading branch information
izdrail authored Feb 2, 2023
2 parents caf2c13 + 188f9f3 commit 3dc7047
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
@@ -1,6 +1,6 @@
FROM python:3.10
RUN apt update
RUN apt install curl
RUN apt install curl -y
WORKDIR /app/
ADD requirements.txt /app/
ADD . /app/
Expand Down

0 comments on commit 3dc7047

Please sign in to comment.