Skip to content

Commit

Permalink
Merge pull request #287 from NethermindEth/bohdan/refactor
Browse files Browse the repository at this point in the history
fix: ci
  • Loading branch information
varex83 authored Dec 24, 2024
2 parents 0ab5621 + f8f44b0 commit 35fb472
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions DockerfileRocket
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ ENV SCARB_VERSION=${SCARB_VERSION}
RUN apt-get clean

RUN apt-get update
RUN apt-get install -y curl \
RUN apt-get install -y --no-install-recommends curl \
git \
cmake \
build-essential \
gcc \
apt-transport-https \
software-properties-common \
wget
wget \
pkg-config \
libssl-dev

# Installing grafana agent
RUN mkdir -p /etc/apt/keyrings/
Expand Down

0 comments on commit 35fb472

Please sign in to comment.