Merge pull request #171 from tovin07/remove-trailing-space

Remove trailing space in Dockerfile
This commit is contained in:
Christian Mäder 2019-10-24 16:47:50 +02:00 committed by GitHub
commit 63174f85ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ RUN pip install --install-option="--prefix=/install" \
ARG NETBOX_PATH
COPY ${NETBOX_PATH}/requirements.txt /
RUN pip install --install-option="--prefix=/install" -r /requirements.txt
RUN pip install --install-option="--prefix=/install" -r /requirements.txt
###
# Main stage