Skip to content

Commit

Permalink
Dont ask consent for API container package upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mluypaert committed May 8, 2024
1 parent f708a62 commit 913444d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM python:3.12-slim-bullseye

WORKDIR /usr/src/app

RUN apt update && apt upgrade
RUN apt update && apt upgrade -y
RUN apt install -y make curl

COPY api/requirements.txt ./
Expand Down

0 comments on commit 913444d

Please sign in to comment.