Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yanlevi authored Apr 9, 2024
1 parent 108dae4 commit f972928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY requirements.txt /opt/

RUN set -ex \
\
&& apt-get update && apt-get install -y --no-install-recommends gcc libc-dev curl wget xz-utils libsodium-dev libsecp256k1-dev libgmp-dev pkg-config vim \
&& apt-get update && apt-get install -y --no-install-recommends gcc libc-dev curl wget libsodium-dev libsecp256k1-dev libgmp-dev pkg-config vim \
&& pip install --disable-pip-version-check --no-cache-dir -r /opt/requirements.txt \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit f972928

Please sign in to comment.