Silence git error on boot

pull/1/head
hikariatama 2022-05-13 13:37:26 +00:00
parent 28cb5eaadf
commit c3f7c1e1f4
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
FROM python:3.8-slim-buster as main
ADD . /
ENV OKTETO=true
ENV GIT_PYTHON_REFRESH=quiet
RUN pip install -r requirements.txt
RUN pip install -r optional_requirements.txt
RUN apt update && apt install ffmpeg libavcodec-dev libavutil-dev libavformat-dev libswscale-dev libavdevice-dev -y