Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 3d67423

Browse files
committed
Removed conflicting symlink
1 parent 3cbf375 commit 3d67423

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

tools/firejail/Dockerfile.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ git clone -q --config advice.detachedHead=false --depth 1 --branch "${version}"
1919
./configure --prefix=/usr/local
2020
make
2121
make install-strip
22+
rm -f /usr/local/man
2223
rm -f /usr/local/sbin/unminimize
2324
EOF
2425

tools/libcap/Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ cp doc/capsh.1 /usr/local/share/man/man1/
2424
cp doc/getcap.8 /usr/local/share/man/man8/
2525
cp doc/getpcaps.8 /usr/local/share/man/man8/
2626
cp doc/setcap.8 /usr/local/share/man/man8/
27+
rm /usr/local/man
2728
rm -f /usr/local/sbin/unminimize
28-
find /usr/local
2929
EOF
3030

3131
FROM ghcr.io/nicholasdille/docker-setup/base:${ref} AS prepare

tools/qemu/Dockerfile.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ ARG version
99
RUN <<EOF
1010
curl --silent --location "https://github.com/nicholasdille/qemu-static/releases/download/v${version}/qemu-${alt_arch}.tar.gz" \
1111
| tar --extract --gzip --directory="${prefix}${target}" --strip-components=2 --no-same-owner
12+
rm /usr/local/man
1213
EOF

0 commit comments

Comments
 (0)