Skip to content
Snippets Groups Projects
Commit b8e9b8e5 authored by Marko Rintamäki's avatar Marko Rintamäki
Browse files

Update Dockerfile

parent f4deaf1e
No related branches found
No related tags found
No related merge requests found
Pipeline #755141 failed
...@@ -11,6 +11,6 @@ ADD https://gitlab.labranet.jamk.fi/testautomation-examples/presta-shop-demo/-/a ...@@ -11,6 +11,6 @@ ADD https://gitlab.labranet.jamk.fi/testautomation-examples/presta-shop-demo/-/a
RUN apt install gzip RUN apt install gzip
RUN mkdir -p /tmp/data-ps \ RUN mkdir -p /tmp/data-ps \
&& unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ && gunzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \
&& bash /tmp/ps-extractor.sh /tmp/data-ps \ && bash /tmp/ps-extractor.sh /tmp/data-ps \
&& rm /tmp/prestashop.zip && rm /tmp/prestashop.zip
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment