Skip to content

Commit

Permalink
Merge pull request #2060 from skalenetwork/fix-openssl-container
Browse files Browse the repository at this point in the history
Fix openssl container
  • Loading branch information
olehnikolaiev authored Dec 23, 2024
2 parents eb04653 + f50eaec commit 3a3e57d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/skale_build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN apt-get -q update && \
apt-get -qy install \
software-properties-common \
curl \
wget \
libgmp-dev \
libleveldb-dev \
nettle-bin \
Expand All @@ -13,6 +14,9 @@ RUN apt-get -q update && \
python3-pip \
btrfs-progs

RUN wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb && \
dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb

RUN echo 'Acquire::Retries "3";' > /etc/apt/apt.conf.d/80-net && \
echo 'Acquire::http::Timeout "20";' >> /etc/apt/apt.conf.d/80-net

Expand Down

0 comments on commit 3a3e57d

Please sign in to comment.