We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44bc07c commit 01c558dCopy full SHA for 01c558d
Dockerfile
@@ -44,6 +44,7 @@ RUN cd /tmp/refact-lsp \
44
COPY . /tmp/app
45
RUN echo "refact $(git -C /tmp/app rev-parse HEAD)" >> /refact-build-info.txt
46
RUN pip install ninja
47
+RUN pip install -U cython
48
RUN pip install /tmp/app -v --no-build-isolation && rm -rf /tmp/app
49
50
ENV REFACT_PERM_DIR "/perm_storage"
0 commit comments