Skip to content

Commit 5aab062

Browse files
Update Dockerfile.tools
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2f4a2a3 commit 5aab062

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.tools

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ COPY tools/entrypoint.sh /entrypoint.sh
161161
COPY hooks/ /usr/bin/hooks/
162162
COPY lib_getopt /usr/bin/lib_getopt
163163
RUN chmod +x /usr/bin/hooks/*.sh
164-
164+
# (Removed redundant COPY hooks/ /usr/bin/hooks/)
165+
COPY lib_getopt /usr/bin/lib_getopt
165166
ENV PRE_COMMIT_COLOR=${PRE_COMMIT_COLOR:-always}
166167

167168
ENV INFRACOST_API_KEY=${INFRACOST_API_KEY:-}

0 commit comments

Comments
 (0)