Skip to content

Commit

Permalink
Install unzip in Container
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Sep 24, 2024
1 parent ab66e17 commit fe17cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apt-get -y update && apt-get install -y

# Install the Clang compiler
RUN apt -y install git g++ cmake python3 valgrind gcovr libsqlite3-dev libjpeg-dev alsa-utils
RUN apt -y install git g++ cmake python3 valgrind gcovr libsqlite3-dev libjpeg-dev alsa-utils unzip

0 comments on commit fe17cce

Please sign in to comment.