Skip to content

Commit

Permalink
add deprecated libssl package
Browse files Browse the repository at this point in the history
  • Loading branch information
zidesm committed Dec 15, 2022
1 parent 3c6b593 commit 1be2870
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ RUN DEBIAN_FRONTEND=noninteractive \
apt-get install -qq -y hwloc msr-tools kmod && \
apt-get clean && rm -rf /var/lib/apt/lists/*

RUN wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb \
dpkg -i libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb
#temp fix: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
ADD libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb .
RUN dpkg -i libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb

RUN useradd -ms /bin/bash monero
USER monero
Expand Down
Binary file added libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb
Binary file not shown.

0 comments on commit 1be2870

Please sign in to comment.