Skip to content

Commit

Permalink
unzip install
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed Sep 27, 2023
1 parent 033419b commit e19cf0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zigConsole/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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__

Expand Down

0 comments on commit e19cf0b

Please sign in to comment.