Skip to content

Commit

Permalink
feat: remove openssl config command
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Jun 29, 2022
1 parent 891a65e commit 71b58d8
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 71b58d8

Please sign in to comment.