codecasts / php-alpine

PHP APK Repository for Alpine Linux
https://github.com/codecasts/php-alpine
482 stars 58 forks source link

status 403 Forbidden: Forbidden! #138

Closed CXW0504 closed 3 years ago

CXW0504 commented 3 years ago

Step 1/20 : FROM hyperf/hyperf:7.4-alpine-v3.11-cli ---> e4c757ee7f18 Step 2/20 : LABEL maintainer="Hyperf Developers group@hyperf.io" 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!

xarem commented 3 years ago

@CXW0504 see https://github.com/codecasts/php-alpine/issues/131#issuecomment-823983749