We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4a2a3 commit 5aab062Copy full SHA for 5aab062
Dockerfile.tools
@@ -161,7 +161,8 @@ COPY tools/entrypoint.sh /entrypoint.sh
161
COPY hooks/ /usr/bin/hooks/
162
COPY lib_getopt /usr/bin/lib_getopt
163
RUN chmod +x /usr/bin/hooks/*.sh
164
-
+# (Removed redundant COPY hooks/ /usr/bin/hooks/)
165
+COPY lib_getopt /usr/bin/lib_getopt
166
ENV PRE_COMMIT_COLOR=${PRE_COMMIT_COLOR:-always}
167
168
ENV INFRACOST_API_KEY=${INFRACOST_API_KEY:-}
0 commit comments