segfault/encfsd/Dockerfile
2022-10-11 06:01:14 +01:00

10 lines
155 B
Docker
Executable File

FROM alpine
RUN apk add --no-cache --upgrade \
&& apk add --no-cache \
docker-cli \
redis \
bash \
encfs
COPY destructor.sh encfsd.sh portd.sh /