Projects STRLCPY LogonTracer Commits 5f406aed
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    docker/Dockerfile
    skipped 84 lines
    85 85   && echo "python3.7 logontracer.py -r -o 8080 -u neo4j -p password -s \${LTHOSTNAME}" >> run.sh \
    86 86   && chmod 755 run.sh
    87 87   
     88 +## Make Python3 slink
     89 +RUN ln -s /usr/local/bin/python3.7 /usr/bin/python3
     90 + 
    88 91  ## delete build apk
    89 92  WORKDIR /var/lib/neo4j
    90 93  RUN apk del --purge build-temp
    skipped 5 lines
Please wait...
Page is in error, reload to recover