Skip to content
New issue

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

status 403 Forbidden: Forbidden! #138

Closed
CXW0504 opened this issue May 10, 2021 · 1 comment
Closed

status 403 Forbidden: Forbidden! #138

CXW0504 opened this issue May 10, 2021 · 1 comment

Comments

@CXW0504
Copy link

CXW0504 commented May 10, 2021

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!

@xarem
Copy link
Collaborator

xarem commented May 11, 2021

@CXW0504 see #131 (comment)

@xarem xarem closed this as completed May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants