Skip to content

Commit

Permalink
link libffi library and install gawk (#3109)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel committed Jun 21, 2023
1 parent 942772b commit 8653724
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ RUN ssh-keygen -A

CMD ["/usr/sbin/sshd", "-D"]

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

# Link libffi library (See https://github.com/adoptium/infrastructure/issues/3026#issuecomment-1589277527)
RUN ln -s /usr/lib64/libffi.so.7 /usr/lib64/libffi.so.6

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

0 comments on commit 8653724

Please sign in to comment.