Skip to content

Commit

Permalink
fix(docker): run apt as non-interactive
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Yaghoubi <[email protected]>
  • Loading branch information
syaghoubi00 committed Dec 26, 2024
1 parent a02212d commit 310ba02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM python:3.13-slim-bullseye

ENV DEBIAN_FRONTEND=noninteractive

ARG INSTALL_GIT=false
RUN if [ "$INSTALL_GIT" = "true" ]; then \
apt-get update && apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 310ba02

Please sign in to comment.