Forget one dependancy
This commit is contained in:
parent
b8fa78df68
commit
ec69cea4f6
@ -15,6 +15,7 @@ RUN apt-get -y update && \
|
||||
php5-mysql \
|
||||
php5-mcrypt \
|
||||
libmcrypt-dev \
|
||||
libwww-perl \
|
||||
pwgen \
|
||||
openssl \
|
||||
&& \
|
||||
|
@ -81,6 +81,7 @@ CONNTRACK states.
|
||||
* `php-fpm` with `mysql` module;
|
||||
* `openssl` and `pwgen` for client certificat generation;
|
||||
* `mcrypt`;
|
||||
* `HTTP::Request::Common` perl module;
|
||||
* `Mcrypt` from CPAN (`cpan -i Mcrypt`, on Debian, it requires `libtool` and
|
||||
`build-essential`) to decrypt submissions (see
|
||||
https://metacpan.org/pod/Mcrypt);
|
||||
|
Loading…
Reference in New Issue
Block a user