-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Hello,
I try to install an external lib using php:5.6-apache image.
I use this in my dockerfile to install phpredis lib
RUN curl -L -o /tmp/redis.tar.gz https://github.com/phpredis/phpredis/archive/3.0.0.tar.gz \
&& tar xfz /tmp/redis.tar.gz \
&& rm -r /tmp/redis.tar.gz \
&& mv phpredis-3.0.0 /usr/src/php/ext/redis \
&& docker-php-ext-install redis
But i get this error :
mv: cannot move 'phpredis-3.0.0' to '/usr/src/php/ext/redis': No such file or directory
Can you please help me on this
Thx :)
ericuldall, mitchhh22, levelxplane, iegik and lechatthecatlevelxplane
Metadata
Metadata
Assignees
Labels
No labels