We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27db3b commit 5df3f77Copy full SHA for 5df3f77
.devcontainer/Dockerfile
@@ -45,9 +45,6 @@ RUN npm install -g ethers@6.13.4
45
# Install cloc for code analysis
46
RUN npm install -g cloc
47
48
-# Install cloc for code analysis
49
-RUN npm install -g cloc
50
-
51
# Install Foundry for Anvil (as root for global installation)
52
RUN curl -L https://foundry.paradigm.xyz | bash && \
53
/root/.foundry/bin/foundryup && \
0 commit comments