ygcaicn / Xray-heroku

GNU General Public License v3.0
156 stars 690 forks source link

点击创建后报错,无法成功 #15

Open gosocn opened 1 year ago

gosocn commented 1 year ago

先fork到自己的账号下,连接到heroku下无法创建成功,出错信息如下: === Fetching app code === Building web (Dockerfile) Sending build context to Docker daemon 2.368MBStep 1/7 : FROM debian:sid sid: Pulling from library/debian a9fedee3000f: Pulling fs layer a9fedee3000f: Verifying Checksum a9fedee3000f: Download complete a9fedee3000f: Pull complete Digest: sha256:022a3cafe84d704c272794863ca5e383667c99312358e816ad1ff6e9a41ce4f6 Status: Downloaded newer image for debian:sid ---> a7723f2657fb Step 2/7 : RUN set -ex && apt update -y && apt upgrade -y && apt install -y wget unzip qrencode && apt install -y shadowsocks-libev && apt install -y nginx && apt autoremove -y ---> Running in cbcfe31bfe0e


请指教