Skip to content

Commit

Permalink
Fix black
Browse files Browse the repository at this point in the history
Signed-off-by: Jauder Ho <jauderho@users.noreply.github.com>
  • Loading branch information
jauderho committed Dec 10, 2023
1 parent efc4b29 commit d794a3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions black/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ RUN test -n "${BUILD_VERSION}" && \
runtime_pkgs="python3" && \
apk --no-cache add --virtual build-dependencies ${build_pkgs} && \
apk --no-cache add ${runtime_pkgs} && \
python3 -m pip install --no-cache-dir --upgrade pip && \
python3 -m pip install --no-cache-dir --upgrade --ignore-installed packaging && \
pip3 install --no-cache-dir --upgrade black==${BUILD_VERSION} && \
python3 -m pip install --no-cache-dir --upgrade pip --break-system-packages && \
python3 -m pip install --no-cache-dir --upgrade --ignore-installed packaging --break-system-packages && \
pip3 install --no-cache-dir --upgrade black==${BUILD_VERSION} --break-system-packages && \
#apk del build-dependencies && \
rm -rf /var/cache/apk/* && \
rm -rf /root/.cache/pip && \
Expand Down

0 comments on commit d794a3f

Please sign in to comment.