Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
fix: install solc in DockerfileRocket
Browse files Browse the repository at this point in the history
  • Loading branch information
varex83 committed Oct 16, 2024
1 parent 0397d16 commit 474fc87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DockerfileRocket
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ ENV HARDHAT_ENV_DOCKER_IMAGE="hardhat_env"
ENV METRICS_PORT=8001

RUN apt-get clean
RUN add-apt-repository ppa:ethereum/ethereum
RUN apt-get update
RUN apt-get install -y curl \
git \
Expand All @@ -16,9 +15,10 @@ RUN apt-get install -y curl \
apt-transport-https \
software-properties-common \
wget \
npm \
solc

npm
RUN add-apt-repository ppa:ethereum/ethereum
RUN apt-get update
RUN apt-get install -y ethereum
# Installing grafana agent
RUN mkdir -p /etc/apt/keyrings/
RUN wget -q -O - https://apt.grafana.com/gpg.key | gpg --dearmor | tee /etc/apt/keyrings/grafana.gpg > /dev/null
Expand Down

0 comments on commit 474fc87

Please sign in to comment.