diff --git a/deploy/asapo_services/Dockerfile.in b/deploy/asapo_services/Dockerfile.in
new file mode 100644
index 0000000000000000000000000000000000000000..2d08ffe85a5e30fcdd64fe262296ef7f2a74f1f3
--- /dev/null
+++ b/deploy/asapo_services/Dockerfile.in
@@ -0,0 +1,8 @@
+FROM @ASAPO_VERSION_DOCKER_REPOSITORY@/asapo-nomad-consul:latest
+
+COPY scripts/ /var/asapo/
+
+RUN chmod -R og+wrX /var/asapo
+
+RUN cd /var/asapo && terraform init
+