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 75c2a24 commit 9e9dd06Copy full SHA for 9e9dd06
Dockerfile
@@ -5,7 +5,8 @@ RUN apk add --no-cache git python3 python3-dev
5
6
# build wheels in first image
7
ADD . /tmp/src
8
-RUN cd /tmp/src && git clean -xfd && git status
+# restore the hooks directory so that the repository isn't marked as dirty
9
+RUN cd /tmp/src && git clean -xfd && git checkout -- hooks && git status
10
RUN mkdir /tmp/wheelhouse \
11
&& cd /tmp/wheelhouse \
12
&& pip3 install wheel \
0 commit comments