mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +01:00
Fix a lint
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 /
|
||||
|
||||
Reference in New Issue
Block a user