Leave only files needed for netbox docker image.

This commit is contained in:
Andrey N. Petrov 2018-03-28 15:01:38 +03:00
parent ac41f7ed78
commit 5f36b5bc60
8 changed files with 4 additions and 649 deletions

View file

@ -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