Skip to content

Commit

Permalink
fix docker build for develop image(ISSUE-477)
Browse files Browse the repository at this point in the history
Signed-off-by: jooho <jlee@redhat.com>
  • Loading branch information
Jooho committed Jan 16, 2024
1 parent 5f9c6f7 commit b498489
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.develop
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ RUN --mount=type=cache,target=/root/.cache/dnf:rw \

# Install pre-commit
ENV PIP_CACHE_DIR=/root/.cache/pip
RUN python3 -m pip install --upgrade pip
RUN --mount=type=cache,target=/root/.cache/pip \
pip install pre-commit

Expand Down

0 comments on commit b498489

Please sign in to comment.