Skip to content

Commit

Permalink
Merge pull request #211 from valory-xyz/fix/openssl-docker-issue
Browse files Browse the repository at this point in the history
Remove openssl config command from Dockerfile
  • Loading branch information
DavidMinarsch authored Jul 2, 2022
2 parents 9ed1522 + 71b58d8 commit 1e4d9c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions user-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ RUN adduser --disabled-password --gecos '' ubuntu
RUN adduser ubuntu sudo
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers

RUN openssl update-crypto-policies --set LEGACY

RUN apt install -y python3 python3-pip
RUN pip3 install --upgrade pip
RUN pip3 install pipenv
Expand Down

0 comments on commit 1e4d9c0

Please sign in to comment.