Skip to content

Commit

Permalink
Using NetBox ver variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nniehoff committed Feb 5, 2021
1 parent 795f3c5 commit 0cbd15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN pip install --upgrade pip\
# -------------------------------------------------------------------------------------
# Remove redis==3.4.1 from the requirements.txt file as a workaround to #4910
# https://github.com/netbox-community/netbox/issues/4910, required for version 2.8.8 and earlier
ARG netbox_ver=master
ARG netbox_ver=${NETBOX_VER}
RUN git clone --single-branch --branch ${netbox_ver} https://github.com/netbox-community/netbox.git /opt/netbox/ && \
cd /opt/netbox/ && \
pip install -r /opt/netbox/requirements.txt
Expand Down

0 comments on commit 0cbd15c

Please sign in to comment.