Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
path fix
  • Loading branch information
madisoth authored Sep 13, 2024
1 parent 28f2226 commit 139aefc
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 @@ -184,7 +184,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/v91/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 139aefc

Please sign in to comment.