Skip to content

Commit 4e828da

Browse files
authored
Fix build (#11)
1 parent 47e7ea4 commit 4e828da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ COPY --from=buildstage /simplelogin/ /code/
4242
WORKDIR /code
4343

4444
ENV PATH="$HOME/.local/bin:/code/.venv/bin:$PATH"
45+
ENV CMAKE_POLICY_VERSION_MINIMUM="3.5"
4546

4647
# Install deps
4748
RUN \

0 commit comments

Comments
 (0)