From ab66e17aade170ac8c3f282c6eebc002a446e3cf Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 24 Sep 2024 10:05:25 +0300 Subject: [PATCH] Install alsa for audio play --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index eca1541..ee5d4b5 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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-get -y install git g++ cmake python3 valgrind gcovr libsqlite3-dev libjpeg-dev +RUN apt -y install git g++ cmake python3 valgrind gcovr libsqlite3-dev libjpeg-dev alsa-utils