We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476607c commit 82446beCopy full SHA for 82446be
Dockerfile
@@ -42,7 +42,7 @@ RUN chmod -R a+r /src/picachooser
42
43
# install versioneer and clean up
44
RUN cd /src/picachooser && \
45
- versioneer install --no-vendor && \
+ ./versioneer install --no-vendor && \
46
rm -rf /src/picachooser/build /src/picachooser/dist
47
48
# update the paths to libraries
0 commit comments