X-Git-Url: https://code.citadel.org/?p=citadel-docker.git;a=blobdiff_plain;f=Dockerfile;fp=Dockerfile;h=71bb53660eb225dfd37c6e314486d0f821f7ff94;hp=386e6b699c8b5fe823fc0e1ab642e0ffced695da;hb=2bb55e4ad7fe19905142babb26f5dc76ae06354f;hpb=fc664a5b94203934293d5b9b84e264c25ae99424 diff --git a/Dockerfile b/Dockerfile index 386e6b6..71bb536 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,8 @@ RUN sh -c 'cd /tmp/ctdl_build/citadel/libcitadel && ./bootstrap && ./configure - RUN sh -c 'cd /tmp/ctdl_build/citadel/citadel && ./bootstrap && ./configure && make && make install' RUN sh -c 'cd /tmp/ctdl_build/citadel/webcit && ./bootstrap && ./configure && make && make install' RUN sh -c 'cd /tmp/ctdl_build/citadel/textclient && ./bootstrap && ./configure --prefix=/usr && make && make install' -RUN sh -c 'cd / && rm vfr /tmp/ctdl_build' +RUN sh -c 'cd / && rm -vfr /tmp/ctdl_build' +RUN sh -c 'rm -vrf /usr/local/citadel/data /usr/local/citadel/files /usr/local/citadel/keys /usr/local/webcit/keys' # Supervisor ADD supervisor.conf /etc/