We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Step 1/20 : FROM hyperf/hyperf:7.4-alpine-v3.11-cli ---> e4c757ee7f18 Step 2/20 : LABEL maintainer="Hyperf Developers [email protected]" version="1.0" license="MIT" ---> Using cache ---> be78a42591cf Step 3/20 : ARG SWOOLE_VERSION ---> Using cache ---> 528b77bf9648 Step 4/20 : ENV SWOOLE_VERSION=${SWOOLE_VERSION:-"4.5.2"} PHPIZE_DEPS="autoconf dpkg-dev dpkg file g++ gcc libc-dev make php7-dev php7-pear pkgconf re2c pcre-dev pcre2-dev zlib-dev libtool automake" COMPOSER_VERSION=1.8.6 ---> Using cache ---> e151dd508272 Step 5/20 : RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories ---> Using cache ---> e704bd5ac85a Step 6/20 : RUN curl cip.cc ---> Using cache ---> cdb423761e8c Step 7/20 : RUN apk add --no-cache openssh tzdata && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && sed -i "s/#PermitRootLogin.*/PermitRootLogin yes/g" /etc/ssh/sshd_config && ssh-keygen -t dsa -P "" -f /etc/ssh/ssh_host_dsa_key && ssh-keygen -t rsa -P "" -f /etc/ssh/ssh_host_rsa_key && ssh-keygen -t ecdsa -P "" -f /etc/ssh/ssh_host_ecdsa_key && ssh-keygen -t ed25519 -P "" -f /etc/ssh/ssh_host_ed25519_key && echo "root:123456" | chpasswd ---> Using cache ---> 5303ef331f93 Step 8/20 : ADD https://dl.bintray.com/php-alpine/key/php-alpine.rsa.pub /etc/apk/keys/php-alpine.rsa.pub ADD failed: failed to GET https://dl.bintray.com/php-alpine/key/php-alpine.rsa.pub with status 403 Forbidden: Forbidden!
The text was updated successfully, but these errors were encountered:
@CXW0504 see #131 (comment)
Sorry, something went wrong.
No branches or pull requests
Step 1/20 : FROM hyperf/hyperf:7.4-alpine-v3.11-cli
---> e4c757ee7f18
Step 2/20 : LABEL maintainer="Hyperf Developers [email protected]" version="1.0" license="MIT"
---> Using cache
---> be78a42591cf
Step 3/20 : ARG SWOOLE_VERSION
---> Using cache
---> 528b77bf9648
Step 4/20 : ENV SWOOLE_VERSION=${SWOOLE_VERSION:-"4.5.2"} PHPIZE_DEPS="autoconf dpkg-dev dpkg file g++ gcc libc-dev make php7-dev php7-pear pkgconf re2c pcre-dev pcre2-dev zlib-dev libtool automake" COMPOSER_VERSION=1.8.6
---> Using cache
---> e151dd508272
Step 5/20 : RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
---> Using cache
---> e704bd5ac85a
Step 6/20 : RUN curl cip.cc
---> Using cache
---> cdb423761e8c
Step 7/20 : RUN apk add --no-cache openssh tzdata && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && sed -i "s/#PermitRootLogin.*/PermitRootLogin yes/g" /etc/ssh/sshd_config && ssh-keygen -t dsa -P "" -f /etc/ssh/ssh_host_dsa_key && ssh-keygen -t rsa -P "" -f /etc/ssh/ssh_host_rsa_key && ssh-keygen -t ecdsa -P "" -f /etc/ssh/ssh_host_ecdsa_key && ssh-keygen -t ed25519 -P "" -f /etc/ssh/ssh_host_ed25519_key && echo "root:123456" | chpasswd
---> Using cache
---> 5303ef331f93
Step 8/20 : ADD https://dl.bintray.com/php-alpine/key/php-alpine.rsa.pub /etc/apk/keys/php-alpine.rsa.pub
ADD failed: failed to GET https://dl.bintray.com/php-alpine/key/php-alpine.rsa.pub with status 403 Forbidden: Forbidden!
The text was updated successfully, but these errors were encountered: