Skip to content

Commit

Permalink
fix: apt install -y
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Apr 25, 2024
1 parent 4ca34f0 commit ad383fe
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 @@ -6,6 +6,6 @@ COPY . .

RUN pip install --no-cache-dir -r requirements.txt \
&& apt update \
&& apt install wkhtmltopdf
&& apt install wkhtmltopdf -y

CMD ["python", "main.py"]

0 comments on commit ad383fe

Please sign in to comment.