Skip to content
Snippets Groups Projects
Commit 336111da authored by Prada Sarasola, Miguel's avatar Prada Sarasola, Miguel
Browse files

Add 'libasound2' during development environment image build

parent ced36618
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,8 @@ FROM ${APPLICATION_IMAGE}
RUN apt-get update -qq && apt-get install -y -qq \
apt-transport-https \
curl
curl \
libasound2
RUN curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg \
&& mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment