Leave only files needed for netbox docker image.
This commit is contained in:
parent
ac41f7ed78
commit
5f36b5bc60
8 changed files with 4 additions and 649 deletions
|
@ -26,8 +26,8 @@ RUN pip install \
|
|||
|
||||
WORKDIR /opt
|
||||
|
||||
ARG BRANCH=master
|
||||
ARG URL=https://github.com/digitalocean/netbox/archive/$BRANCH.tar.gz
|
||||
ARG RELEASE=v2.3.2
|
||||
ARG URL=https://github.com/digitalocean/netbox/archive/$RELEASE.tar.gz
|
||||
RUN wget -q -O - "${URL}" | tar xz \
|
||||
&& mv netbox* netbox
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue