Skip to content

Commit 16c6048

Browse files
authored
Remove warning about missing libasound.so.2
1 parent 4de9cef commit 16c6048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matlab/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ubuntu:trusty
33
MAINTAINER Guillaume Flandin <[email protected]>
44

55
RUN apt-get update && \
6-
apt-get install -y unzip xorg wget && \
6+
apt-get install -y unzip xorg wget libasound2 && \
77
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
88

99
# Install MATLAB MCR in /opt/mcr/

0 commit comments

Comments
 (0)