Skip to content

Commit

Permalink
install zip
Browse files Browse the repository at this point in the history
  • Loading branch information
slisson committed Nov 2, 2024
1 parent ea7165b commit 7c730bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mps/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ echo "The effective dev container containerUser's home directory is '$_CONTAINER
# install packages
(
apt-get update -y
apt-get -y install --no-install-recommends wget ca-certificates
apt-get -y install --no-install-recommends zip unzip wget ca-certificates
update-ca-certificates
mkdir /tmp/mps
cd /tmp/mps
Expand Down

0 comments on commit 7c730bf

Please sign in to comment.