File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ pytest:
1515 image : python:3.6-slim-stretch
1616 before_script :
1717 - apt-get update
18- - apt-get install --no-install-recommends -q -y libsnmp-dev build-essential
18+ - apt-get install --no-install-recommends -q -y libsnmp-dev build-essential git
1919 - pip install --no-cache-dir pipenv
2020 - pipenv install --dev
2121 script :
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ LABEL org.label-schema.vendor="Grafolean" \
3131COPY --from=python-requirements /requirements.txt /requirements.txt
3232RUN \
3333 apt-get update && \
34- apt-get install --no-install-recommends -q -y libsnmp-dev build-essential&& \
34+ apt-get install --no-install-recommends -q -y libsnmp-dev build-essential git && \
3535 pip install --no-cache-dir -r /requirements.txt && \
3636 apt-get purge -y build-essential && \
3737 apt-get clean autoclean && \
You can’t perform that action at this time.
0 commit comments