Skip to content

Commit

Permalink
Merge pull request #68 from yacchin1205/fix/papermill-latest
Browse files Browse the repository at this point in the history
Fix the version of papermill to use the latest one
  • Loading branch information
yacchin1205 authored Sep 27, 2019
2 parents 408d3fa + 0a799fa commit 9634f76
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 @@ -41,7 +41,7 @@ RUN apt-get update && \
### Utilities
RUN apt-get update && apt-get install -y virtinst dnsutils zip tree jq rsync iputils-ping && \
apt-get clean && rm -rf /var/lib/apt/lists/* && \
pip --no-cache-dir install netaddr pyapi-gitlab runipy papermill==0.19.0 \
pip --no-cache-dir install netaddr pyapi-gitlab runipy papermill \
pysnmp pysnmp-mibs

### Add files
Expand Down

0 comments on commit 9634f76

Please sign in to comment.