X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=Dockerfile;h=edd87bc434c4b676728688680b32045416a11929;hb=171db44cf0f9ad686c2e0a77c30caadc181ee239;hp=77e00aa79f761757f5bb82a97c444e5dcf2de11a;hpb=f8944e3483bb27625c55ac6909b008e842d4675a;p=citadel-docker.git diff --git a/Dockerfile b/Dockerfile index 77e00aa..edd87bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,12 +23,12 @@ RUN sh -c 'mkdir /tmp/db_build && \ cd /tmp && \ rm -fr /tmp/db_build' -# Deploy "ctdlvisor", a small supervisor program which runs inside the container to wrangle the various services -ADD ctdlvisor.c /tmp - # Create our build directory RUN mkdir /tmp/ctdl_build +# Deploy "ctdlvisor", a small supervisor program which runs inside the container to wrangle the various services +ADD ctdlvisor.c /tmp + # Burn the cache if the upstream repository has changed ADD "https://easyinstall.citadel.org/libcitadel-easyinstall.tar.gz" /tmp/ctdl_build ADD "https://easyinstall.citadel.org/citadel-easyinstall.tar.gz" /tmp/ctdl_build