Skip to content

Instantly share code, notes, and snippets.

@jwkidd3
Created October 8, 2019 20:05
Show Gist options
  • Save jwkidd3/433a3989a4adc3397bd15a126b804b57 to your computer and use it in GitHub Desktop.
Save jwkidd3/433a3989a4adc3397bd15a126b804b57 to your computer and use it in GitHub Desktop.
FROM jenkins/jenkins:lts
USER root
RUN apt-get update
RUN apt-get install -y python-pip
RUN pip install --upgrade pip
RUN pip install --upgrade zapcli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment