Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
Fix hadolint error
Browse files Browse the repository at this point in the history
  • Loading branch information
mst-ableton committed Jul 2, 2019
1 parent e172800 commit 52fad94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /jenkins_node_scanner

COPY Pipfile /jenkins_node_scanner
COPY Pipfile.lock /jenkins_node_scanner
RUN pip install --no-cache-dir pipenv
RUN pip install --no-cache-dir pipenv==2018.11.26
RUN pipenv install --system --ignore-pipfile

COPY jenkins_node_scanner.py /jenkins_node_scanner
Expand Down

0 comments on commit 52fad94

Please sign in to comment.