Skip to content

Commit

Permalink
Fix misspel
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymVlasov committed Sep 7, 2022
1 parent 377fdb1 commit 8fd276f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /bin_dir

RUN apk add --no-cache \
# Builder deps
curl=~7 && \
curl=~7 \
unzip=~6 && \
# Upgrade pip for be able get latest Checkov
python3 -m pip install --no-cache-dir --upgrade pip
Expand Down

0 comments on commit 8fd276f

Please sign in to comment.