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.
2 parents 0749e9c + 1ca5677 commit 81e8eafCopy full SHA for 81e8eaf
.github/Dockerfiles/base-standard.Dockerfile
@@ -49,7 +49,6 @@ RUN apt-get autoremove -y \
49
&& ln -s /usr/lib/x86_64-linux-gnu/libcrypt.so.1 /usr/lib/x86_64-linux-gnu/libcrypt.so.2 \
50
&& find / -type f -print0 | sort -t/ -k2 | xargs -0 rdfind -makehardlinks true \
51
&& rm -rf results.txt \
52
- && cp -l /lib/x86_64-linux-gnu/libcrypt.so.1.1.0 /lib/x86_64-linux-gnu/libcrypt.so.2 \
53
&& ldconfig \
54
&& chmod 777 / /home/c-pac_user \
55
&& chmod 777 $(ls / | grep -v sys | grep -v proc)
0 commit comments