Skip to content

Commit

Permalink
Install openssl in the Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Jul 13, 2021
1 parent 5016593 commit c3a0595
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
RUN yum install -y http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
RUN yum install -y mencoder

RUN yum install -y openssl

RUN localedef -i en_US -f UTF-8 en_US.UTF-8
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'

Expand Down

0 comments on commit c3a0595

Please sign in to comment.