aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/datafilecollector-testharness/simulator-group/prepare-images.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/mocks/datafilecollector-testharness/simulator-group/prepare-images.sh')
-rwxr-xr-xtest/mocks/datafilecollector-testharness/simulator-group/prepare-images.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/mocks/datafilecollector-testharness/simulator-group/prepare-images.sh b/test/mocks/datafilecollector-testharness/simulator-group/prepare-images.sh
index 11e4c0e11..fa56724bb 100755
--- a/test/mocks/datafilecollector-testharness/simulator-group/prepare-images.sh
+++ b/test/mocks/datafilecollector-testharness/simulator-group/prepare-images.sh
@@ -17,3 +17,7 @@ cd ../ftpes-sftp-server
docker build -t ftpes_vsftpd:latest -f Dockerfile-ftpes .
+#Build image for http server
+cd ../http-https-server
+
+docker build -t http_httpd:latest -f Dockerfile-http .