segfault/encfsd/Dockerfile

13 lines
220 B
Docker
Raw Normal View History

2022-10-11 05:01:14 +00:00
FROM alpine
RUN apk add --no-cache --upgrade \
&& apk add --no-cache \
2022-10-18 17:57:35 +00:00
bash \
2023-02-19 17:15:42 +00:00
cgroup-tools \
curl \
2022-10-11 05:01:14 +00:00
docker-cli \
2022-10-18 17:57:35 +00:00
encfs \
2022-10-11 05:01:14 +00:00
redis \
2022-10-18 17:57:35 +00:00
xfsprogs-extra
2024-01-20 20:44:05 +00:00
COPY destructor.sh funcs_destructor.sh encfsd.sh portd.sh /