diff --git a/context/Dockerfile b/context/Dockerfile
index db583f3b65f42597e6d6e9414ae83a1e8593f03f..607669aee75fbd44cfa25cd970348823c1cf9bff 100644
--- a/context/Dockerfile
+++ b/context/Dockerfile
@@ -14,4 +14,4 @@ RUN apt-get update \
 COPY s3-purge.sh /usr/local/bin/s3-purge
 COPY crontab /etc/cron.d/s3-purge
 
-CMD tail -f /dev/null
+CMD ["tail", "-f /dev/null"]