diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000000000000000000000000000000000000..98de6cf2b425fe8f34a0aa9c9d8a2a30a7e61974
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,4 @@
+FROM docker:latest
+RUN echo http://dl-cdn.alpinelinux.org/alpine/edge/main > /etc/apk/repositories && \
+    apk add --update --no-cache python3 && \
+    pip3 install --no-cache-dir awscli docker-compose