Skip to content

Commit

Permalink
change yum to dnf, remove libnss3.so
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel committed Jun 12, 2024
1 parent 319dec9 commit faf1d9f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ RUN chmod -R og-rwx /home/jenkins/.ssh
# RUN service ssh start
CMD ["/usr/sbin/sshd","-D"]
RUN dnf install -y git make gcc xorg-x11-server-Xvfb libXrender libXi libXtst fontconfig fakeroot procps-ng hostname diffutils
RUN yum install -y coreutils --allowerasing curl
RUN dnf install -y coreutils --allowerasing curl
# Install SSL Test packages
RUN yum install -y gnutls gnutls-utils libnss3.so nss nss-tools
RUN dnf install -y gnutls gnutls-utils nss nss-tools
# ENTRYPOINT /usr/lib/jvm/jdk17/bin/java
EXPOSE 22
# Start with docker run -p 2222:22 UUID

0 comments on commit faf1d9f

Please sign in to comment.