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.
2 parents afb24a4 + 9e9dd06 commit 9af9b34Copy full SHA for 9af9b34
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