|
@@ -3,6 +3,9 @@ FROM alpine:3.8
|
|
RUN find / -xdev -type f -perm /u+s -exec chmod --changes u-s {} \; \
|
|
RUN find / -xdev -type f -perm /u+s -exec chmod --changes u-s {} \; \
|
|
&& find / -xdev -type f -perm /g+s -exec chmod --changes g-s {} \;
|
|
&& find / -xdev -type f -perm /g+s -exec chmod --changes g-s {} \;
|
|
|
|
|
|
|
|
+RUN apk add tini
|
|
|
|
+ENTRYPOINT ["/sbin/tini", "-s", "--"]
|
|
|
|
+
|
|
# $ readelf -l /tmp/go-ipfs/ipfs | grep 'program interpreter'
|
|
# $ readelf -l /tmp/go-ipfs/ipfs | grep 'program interpreter'
|
|
# [Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]
|
|
# [Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]
|
|
RUN apk add libc6-compat
|
|
RUN apk add libc6-compat
|