Skip to content

Commit

Permalink
Remove libcurl-openssl-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Jul 20, 2015
1 parent 11b3516 commit e090c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN export DEBIAN_FRONTEND="noninteractive" \
&& apt-get -qqy install mysql-server mysql-client libmysqlclient-dev libmysqld-dev \
&& apt-get -qqy install ca-certificates \
&& apt-get -qqy install libyaml-dev libyaml-0-2 \
&& apt-get -qqy install libcurl4-gnutls-dev libcurl4-openssl-dev libexpat1-dev libz-dev librecode0 \
&& apt-get -qqy install libcurl4-gnutls-dev libexpat1-dev libz-dev librecode0 \
&& apt-get -qqy install libpcre3-dev libpcre++-dev \
&& apt-get -qqy install git \
&& apt-get -qqy install wget \
Expand Down

0 comments on commit e090c21

Please sign in to comment.