mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
fix(dockerfile): use ecdsa instead of rsa
This commit is contained in:
@@ -7,7 +7,7 @@ RUN dnf update -y
|
||||
RUN dnf install -y ninja-build hwloc-devel ccache clang ncurses-devel
|
||||
RUN dnf install -y openssh-clients
|
||||
RUN dnf clean all
|
||||
RUN mkdir -p ~/.ssh/ && ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
|
||||
RUN mkdir -p ~/.ssh/ && ssh-keyscan -t ecdsa github.com >> ~/.ssh/known_hosts
|
||||
# setup ccache with an unlimited amount of files and storage
|
||||
RUN ccache -M 0
|
||||
RUN ccache -F 0
|
||||
|
||||
Reference in New Issue
Block a user