Skip to content

Commit b5410fc

Browse files
author
Anze
committed
Fix broken build
1 parent fd4335e commit b5410fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ LABEL org.label-schema.vendor="Grafolean" \
3131
COPY --from=python-requirements /requirements.txt /requirements.txt
3232
RUN \
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 && \

0 commit comments

Comments
 (0)