fix(docker): run apt as non-interactive
Signed-off-by: Sebastian Yaghoubi <sebastianyaghoubi@gmail.com>
This commit is contained in:
parent
a02212dc66
commit
310ba02dcb
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
FROM python:3.13-slim-bullseye
|
FROM python:3.13-slim-bullseye
|
||||||
|
|
||||||
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
ARG INSTALL_GIT=false
|
ARG INSTALL_GIT=false
|
||||||
RUN if [ "$INSTALL_GIT" = "true" ]; then \
|
RUN if [ "$INSTALL_GIT" = "true" ]; then \
|
||||||
apt-get update && apt-get install -y --no-install-recommends \
|
apt-get update && apt-get install -y --no-install-recommends \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue