Skip to content

Commit 5df3f77

Browse files
committed
fix: only install cloc once
1 parent a27db3b commit 5df3f77

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ RUN npm install -g ethers@6.13.4
4545
# Install cloc for code analysis
4646
RUN npm install -g cloc
4747

48-
# Install cloc for code analysis
49-
RUN npm install -g cloc
50-
5148
# Install Foundry for Anvil (as root for global installation)
5249
RUN curl -L https://foundry.paradigm.xyz | bash && \
5350
/root/.foundry/bin/foundryup && \

0 commit comments

Comments
 (0)