Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
Revert "Merge pull request #5 from tomwijnroks/openssl-update"
Browse files Browse the repository at this point in the history
This reverts commit cfaaf08, reversing
changes made to 7bcc61f.
  • Loading branch information
Tom Wijnroks committed Mar 20, 2017
1 parent cfaaf08 commit 71af2b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ RUN apt-get update && apt-get install -y \
&& docker-php-ext-install -j$(nproc) gd \
&& mkdir -p /usr/local/src \
&& cd /usr/local/src \
&& wget https://openssl.org/source/openssl-1.1.0-pre5.tar.gz \
&& tar -xf openssl-1.1.0-pre5.tar.gz \
&& cd openssl-1.1.0-pre5 \
&& wget https://openssl.org/source/openssl-1.1.0-pre4.tar.gz \
&& tar -xf openssl-1.1.0-pre4.tar.gz \
&& cd openssl-1.1.0-pre4 \
&& ./config --prefix=/usr/local no-afalgeng \
&& make \
&& make install
Expand Down

0 comments on commit 71af2b5

Please sign in to comment.