File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,9 @@ RUN export DEBIAN_FRONTEND=noninteractive \
43
43
apt-utils \
44
44
# Requirements for mpm
45
45
ca-certificates \
46
+ # Requirements for mex generation
47
+ gcc \
48
+ g++ \
46
49
# Requirements for VNC
47
50
libglu1-mesa \
48
51
libosmesa6 \
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ startContainer() {
223
223
224
224
# Always want everything to start in the user home folder
225
225
cd ~ /Documents/MATLAB/ || exit 1
226
- exec /bin/ bash
226
+ exec bash
227
227
228
228
# In browser mode, print the web message and start matlab-proxy
229
229
elif [ " ${BROWSER} " = true ]; then
Original file line number Diff line number Diff line change @@ -90,13 +90,13 @@ teardown_file() {
90
90
local message=" this is a fake readme!"
91
91
create_file_with_content " ${README_FILE} " " ${message} "
92
92
93
- create_mock " bash" " /bin "
93
+ create_mock " bash"
94
94
create_mock_df
95
95
96
96
run " ${SRCDIR} /run.sh" -vnc
97
97
98
98
# teardown - delete files
99
- remove_mock " bash" " /bin "
99
+ remove_mock " bash"
100
100
remove_mock_df
101
101
rm $README_FILE
102
102
You can’t perform that action at this time.
0 commit comments