From 87fab454ba5490be52fe5ff48d63ced05eb151e6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marko=20Rintam=C3=A4ki?= <marko.rintamaki@jamk.fi>
Date: Tue, 2 Apr 2024 14:09:12 +0300
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index adbf91e..2e53f19 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,6 +2,7 @@ FROM gitlab.labranet.jamk.fi:4567/testautomation-examples/presta-shop-base-image
 LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"
 
 ENV PS_VERSION 8.0.0
+ARG VERBOSE=true
 
 # Get PrestaShop
 # ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0/prestashop_8.0.0.zip /tmp/prestashop.zip
-- 
GitLab