diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000000000000000000000000000000000000..32b9607168a37d9f426f88ac854a1e50c7631323
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,16 @@
+FROM php:7.3-apache
+
+RUN apt-get clean
+RUN apt-get update
+RUN DEBIAN_FRONTEND=noninteractive apt-get install -yq \
+        git \
+        tree \
+        vim \
+        wget \
+        nano \
+        iperf3
+
+COPY workload_job.php /var/www/html/index.php
+RUN chmod a+rx index.php
+RUN export JOB_LOOP=1000000
+RUN export JOB_VAR=0.0002