We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13f4a1 commit b3bf83fCopy full SHA for b3bf83f
Dockerfile
@@ -6,7 +6,7 @@ RUN apt update && \
6
apt install -y build-essential wget git cmake m4 libgmp-dev file && \
7
cd ~ && \
8
wget https://www.shoup.net/ntl/ntl-11.4.1.tar.gz && \
9
- tar xf ntl-11.4.1.tar.gz && \
+ tar --no-same-owner -xf ntl-11.4.1.tar.gz && \
10
cd ntl-11.4.1/src && \
11
./configure SHARED=on NTL_GMP_LIP=on NTL_THREADS=on NTL_THREAD_BOOST=on && \
12
make -j4 && \
0 commit comments