diff --git a/zigConsole/Dockerfile b/zigConsole/Dockerfile index 1b85e34cc..5322769a1 100644 --- a/zigConsole/Dockerfile +++ b/zigConsole/Dockerfile @@ -23,13 +23,13 @@ ARG TARGET # __deps__ RUN apt-get -q -y update && \ apt-get -q -y install \ - wget \ + wget unzip \ # DO NOT REMOVE THIS LABEL: this is used for VS Code automation # __torizon_packages_dev_start__ # __torizon_packages_dev_end__ # DO NOT REMOVE THIS LABEL: this is used for VS Code automation && \ - apt-get clean && apt-get autoremove && \ + apt-get clean && apt-get autoremove -y wget unzip && \ rm -rf /var/lib/apt/lists/* # __deps__