Skip to content

Commit

Permalink
fix Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
feshchenkod committed Jan 16, 2025
1 parent 365e06c commit c354ef9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.anvil
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/foundry-rs/foundry:nightly as source
FROM ghcr.io/foundry-rs/foundry:nightly AS source

FROM debian:stable
RUN apt-get update && apt-get install -y \
Expand Down
6 changes: 3 additions & 3 deletions docker/Dockerfile.hardhat
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM node:18

LABEL org.opencontainers.image.source https://github.com/feshchenkod/hardhat-docker
LABEL org.opencontainers.image.source=https://github.com/feshchenkod/hardhat-docker

WORKDIR /app

RUN yarn init -y && \
yarn add hardhat && \
npm install --save-dev @nomiclabs/hardhat-ganache
yarn add hardhat && \
npm install --save-dev @nomiclabs/hardhat-ganache

RUN apt-get update && apt-get install -y \
tcpflow \
Expand Down

0 comments on commit c354ef9

Please sign in to comment.