Skip to content

Commit

Permalink
fix code Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
teenager-ETH authored Dec 24, 2024
1 parent 5caaf28 commit 3f09fa5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/deployer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ RUN curl -L https://foundry.paradigm.xyz -o foundry.sh \

RUN apt-get update && apt-get install -y --no-install-recommends \
apt-transport-https \
build-essential \
ca-certificates \
wget \
tar \
unzip \
jq \
gcc \
jq \
libgmp-dev \
python3-dev \
build-essential \
tar \
unzip \
wget \
&& rm -rf /var/lib/apt/lists/*

ARG GITHUB_TOKEN
Expand Down

0 comments on commit 3f09fa5

Please sign in to comment.