Skip to content

Commit

Permalink
Merge pull request #9 from Hobr/master
Browse files Browse the repository at this point in the history
useradd -> adduser
  • Loading branch information
voocel committed Aug 12, 2019
2 parents 4481844 + cad22a5 commit 58922a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV PHPREDIS_VERSION 5.0.2
ENV SWOOLE_VERSION 4.4.2

RUN cd ~ \
&& useradd --create-home --no-log-init --shell /bin/bash git \
&& adduser -s /bin/bash git -D -H \
&& wget https://github.com/phpredis/phpredis/archive/$PHPREDIS_VERSION.tar.gz \
&& tar -zxvf $PHPREDIS_VERSION.tar.gz \
&& mkdir -p /usr/src/php/ext \
Expand Down

0 comments on commit 58922a3

Please sign in to comment.