Projects STRLCPY wrongsecrets Commits f8936cf0
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    Dockerfile_webdesktop
    skipped 8 lines
    9 9   
    10 10  RUN \
    11 11   echo "**** install packages ****" && \
    12  - apk add --no-cache shadow keepassxc radare2 aws-cli geany && \
     12 + apk add --no-cache shadow keepassxc radare2 aws-cli geany git && \
    13 13   echo "**** adding abc user to root for Docker ****" && \
    14 14   usermod -aG root abc && \
    15 15   touch /var/run/docker.sock && \
    skipped 12 lines
  • ■ ■ ■ ■ ■
    Dockerfile_webdesktopk8s
    skipped 8 lines
    9 9   
    10 10  RUN \
    11 11   echo "**** install packages ****" && \
    12  - apk add --no-cache shadow keepassxc radare2 aws-cli geany && \
     12 + apk add --no-cache shadow keepassxc radare2 aws-cli geany git && \
    13 13   echo "**** adding abc user to root for Docker ****" && \
    14 14   usermod -aG root abc && \
    15 15   touch /var/run/docker.sock && \
    16 16   chown abc:abc /var/run/docker.sock && \
    17 17   echo "**** cleanup ****" && \
    18 18   rm -rf /tmp/*
     19 + 
     20 +RUN echo "**** clone wrongsecrets.git for webtop in k8s ****" && \
     21 + mkdir /var/tmp/wrongsecrets && \
     22 + cd /var/tmp/wrongsecrets && \
     23 + git clone https://github.com/OWASP/wrongsecrets.git
     24 + 
    19 25   
    20 26  WORKDIR /config/Desktop
    21 27   
    skipped 10 lines
Please wait...
Page is in error, reload to recover