Skip to content

Commit

Permalink
link libffi.so.4 to libffi.so.6 (#3037)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel authored May 17, 2023
1 parent 89c9396 commit d977430
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,7 @@ CMD ["/usr/sbin/sshd", "-D"]

RUN zypper update -y && zypper install -y git curl make gcc libXrender1 libXi6 libXtst6 fontconfig fakeroot xorg-x11-server awk

RUN ln -s /usr/lib64/libffi.so.4 /usr/lib64/libffi.so.6

EXPOSE 22
# Start with docker run -p 22XX:22 UUID

0 comments on commit d977430

Please sign in to comment.