Skip to content

Commit

Permalink
upgrade swoole to 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Jul 19, 2019
1 parent cfe2484 commit 446589e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,11 @@ ARG work_user=www-data
ENV APP_ENV=${app_env:-"prod"} \
TIMEZONE=${timezone:-"Asia/Shanghai"} \
PHPREDIS_VERSION=4.3.0 \
SWOOLE_VERSION=4.3.5 \
SWOOLE_VERSION=4.4.1 \
COMPOSER_ALLOW_SUPERUSER=1

# Timezone
RUN /bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& echo 'Asia/Shanghai' > /etc/timezone \
# Libs -y --no-install-recommends
&& apt-get update \
RUN apt-get update \
&& apt-get install -y \
curl wget git zip unzip less vim openssl \
libz-dev \
Expand Down

0 comments on commit 446589e

Please sign in to comment.