Skip to content

Commit

Permalink
Merge pull request #8 from DCAN-Labs/develop
Browse files Browse the repository at this point in the history
Update libstdc path to v96
  • Loading branch information
perronea authored Feb 2, 2022
2 parents ffe294b + 8deec43 commit 9303c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ ENV WORKBENCHDIR=/opt/workbench \
RUN ln -s -f /lib/x86_64-linux-gnu/libz.so.1.2.11 /opt/workbench/libs_linux64/libz.so.1

# Fix libstdc++6 error
RUN ln -sf /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25 /opt/mcr/v92/sys/os/glnxa64/libstdc++.so.6
RUN ln -sf /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25 /opt/mcr/v96/sys/os/glnxa64/libstdc++.so.6

# # Fix MCR lib errors
# WORKDIR /opt/mcr/v92/bin/glnxa64
Expand Down

0 comments on commit 9303c66

Please sign in to comment.