Skip to content
Snippets Groups Projects
Commit e1e124bb authored by John Graham's avatar John Graham
Browse files

Update Dockerfile

parent b7b360dd
No related branches found
No related tags found
No related merge requests found
Pipeline #14603 failed
......@@ -5,14 +5,15 @@ ENV NAPALM_USERNAME netbox-napalm
RUN apk add --no-cache \
libressl-dev \
musl-dev \
libffi-dev && \
libffi-dev \
alpine-sdk && \
pip install --no-cache-dir cryptography==2.1.4 && \
apk del \
libressl-dev \
musl-dev \
libffi-dev
RUN apk add git zlib alpine-sdk python3-dev libxml2-dev libxslt-dev && pip3 install --upgrade napalm cffi napalm-dellos10
RUN apk add git zlib python3-dev libxml2-dev libxslt-dev && pip3 install --upgrade napalm cffi napalm-dellos10
RUN pip3 install nextbox-ui-plugin
RUN apk add py3-pillow
WORKDIR /tmp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment