We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de9cef commit 16c6048Copy full SHA for 16c6048
matlab/Dockerfile
@@ -3,7 +3,7 @@ FROM ubuntu:trusty
3
MAINTAINER Guillaume Flandin <[email protected]>
4
5
RUN apt-get update && \
6
- apt-get install -y unzip xorg wget && \
+ apt-get install -y unzip xorg wget libasound2 && \
7
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
8
9
# Install MATLAB MCR in /opt/mcr/
0 commit comments