Skip to content

Commit

Permalink
adding zlib-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoto committed Mar 24, 2021
1 parent f717f9a commit 00a135f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ validate:
stage: ssa-validate
image: docker.repo.splunkdev.net/ci-cd/ci-container:alpine-3.11
before_script:
- apk add --update python3 python3-dev py-pip build-base openjdk8-jre && pip install virtualenv && rm -rf /var/cache/apk/*
- apk add --update python3 python3-dev py-pip build-base openjdk8-jre zlib-dev && pip install virtualenv && rm -rf /var/cache/apk/*
- python3 -m pip install -U --force-reinstall pip && pip3 install -r requirements.txt
script:
- python3 bin/ssa_validate.py --skip-error detections/*/*
Expand Down

0 comments on commit 00a135f

Please sign in to comment.