Skip to content

Commit

Permalink
fix(docker): remove unavailable shfmt package
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Nov 18, 2023
1 parent b63d71e commit f702888
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ RUN apt-get update -yqq && \
# Dependencies that pre-commit uses
RUN apt-get update -yqq && apt-get install -yqq \
shellcheck \
shfmt && \
apt-get clean -yqq && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit f702888

Please sign in to comment.