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 47e7ea4 commit 4e828daCopy full SHA for 4e828da
Dockerfile
@@ -42,6 +42,7 @@ COPY --from=buildstage /simplelogin/ /code/
42
WORKDIR /code
43
44
ENV PATH="$HOME/.local/bin:/code/.venv/bin:$PATH"
45
+ENV CMAKE_POLICY_VERSION_MINIMUM="3.5"
46
47
# Install deps
48
RUN \
0 commit comments