Skip to content

Commit

Permalink
Fix a lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli committed Apr 24, 2019
1 parent cecf290 commit 368c653
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- script: sudo docker pull hadolint/hadolint:$(versionHadolint)
displayName: 'Install Hadolint'
- script: |
set -e
#set -e
shopt -s globstar
for dockerfile in **/Dockerfile
do
Expand Down
8 changes: 5 additions & 3 deletions check_config/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ FROM $BUILD_FROM

# Setup base
RUN apk add --no-cache \
jq gcc \
libffi-dev openssl-dev musl-dev \
&& pip3 install --no-cache --upgrade pip colorlog
jq \
gcc \
libffi-dev \
openssl-dev \
musl-dev \

# Copy data
COPY run.sh /
Expand Down

0 comments on commit 368c653

Please sign in to comment.